@charset "UTF-8";
/* version:20221223 09:28*/
html, body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body {
  position: relative;
  padding-top: 44px;
  min-height: 100%;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
  background-color: white;
  color: #4A4A4A;
}

*:focus {
  outline: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
  outline: 0;
}

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: transparent;
}

.d-block {
  display: block;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.w-100 {
  width: 100%;
}

.hide {
  display: none !important;
}

ul li {
  list-style: none;
}

img {
  pointer-events: none;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  min-height: 44px;
  display: flex;
  width: 100%;
  z-index: 1004;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  flex-wrap: wrap;
  overflow: hidden;
}
header .search-resault {
  width: calc((100% - 24px) / 5 * 4);
  margin: 0 0 10px 12px;
  display: flex;
  padding: 0;
}
header .search-resault a {
  display: block;
  color: #666;
  padding: 0 14px;
  font-size: 0.875em;
  position: relative;
}
header .search-resault a span {
  position: absolute;
  right: 0px;
  top: 5px;
}
header .search-resault a span::before, header .search-resault a span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0.5;
  border-style: solid;
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #666666 transparent;
}
header .search-resault a span::after {
  border-width: 4px 3px 0 3px;
  border-color: #666666 transparent transparent transparent;
  top: 8px;
  opacity: 0.5;
}
header .search-resault a span.glyphicon-chevron-down::before {
  opacity: 1;
}
header .search-resault a span.glyphicon-chevron-up::after {
  opacity: 1;
}
header .search-resault a.active {
  color: #111;
}
header .filter-btn {
  width: calc((100% - 24px) / 5);
  float: left;
  position: relative;
  text-align: center;
  display: block;
  color: #666;
  margin: 0 12px 10px 0;
  font-size: 0.875em;
}
header .filter-btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 2px;
  width: 1px;
  height: 20px;
  background-color: #e4e6e7;
}
header .filter-btn::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  position: absolute;
  right: -3px;
  top: 3px;
  background-image: url(../../assets/image/icon-filter.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header .filter-btn.active {
  color: #048dd6;
}
header .filter-btn.active::after {
  right: -3px;
  background-image: url(../../assets/image/icon-filter-active.jpg);
}
header.green {
  background-image: linear-gradient(-151deg, #62CDF7 4%, #34C2A4 100%);
}
header.green .header__back {
  background-image: url(../image/header-back.png);
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
}
header.green .header__menu {
  background-image: url(../image/header-menu.png);
}
header.green .header__center {
  color: #fff;
}
header.green .header__my-product, header.green .header__cart, header.green .header__return, header.green .header__gift, header.green .header__reservation {
  position: relative;
  height: 44px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 49px 44px;
  background-position: center;
  width: 49px;
  color: white;
  background-image: url(../image/header-my-product.png);
}
header.green .header__my-product .label, header.green .header__cart .label, header.green .header__return .label, header.green .header__gift .label, header.green .header__reservation .label {
  margin-top: 27px;
  width: 100%;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
header.green .header__cart {
  background-image: url(../image/header-cart_1.png);
  background-size: cover;
  background-position: left;
}
header.green .header__cart .badge {
  top: 2px;
  right: 15px;
}
header.green .header__cart--empty {
  background-position: right;
  background-position-background-image: url(../image/header-cart-empty_1.png);
}
header.green .header__return {
  background-image: url(../image/header-return.png);
}
header.green .header__return.active:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #bc0800;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 6;
}
header.green .header__gift {
  background-image: url(../image/header-gift.png);
}
header.green .header__reservation {
  background-image: url(../image/header-reservationlist.png);
}
header.y2025 {
  padding: 0 12px;
  display: block;
}
header.y2025 .back, header.y2025 .menu, header.y2025 .cart, header.y2025 .search {
  width: 24px;
  margin: 10px 9px;
  float: left;
}
header.y2025 .cart, header.y2025 .search {
  float: right;
  z-index: 2;
  position: relative;
}
header.y2025 .cart .num {
  height: 16px;
  position: absolute;
  color: #fff;
  background: #E52730;
  right: -6px;
  top: -9px;
  font-size: 0.625em;
  line-height: 16px;
  min-width: 16px;
  border-radius: 8px;
  text-align: center;
  padding: 0 4px;
}
header.y2025 h1 {
  width: 100%;
  text-align: center;
  color: #2c2c2c;
  font-weight: 500;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0px;
  vertical-align: middle;
  z-index: 0;
  position: absolute;
  left: 0;
  margin: 0;
}
header.y2025 .search_wrap {
  width: calc(100% - 126px);
  height: 32px;
  border: 0.5px solid rgb(201, 201, 201);
  border-radius: 30px;
  float: left;
  margin: 6px 0 0;
  display: flex;
  position: relative;
}
header.y2025 .search_wrap .close {
  width: 16px;
  height: 16px;
  background-image: url(../image/close-false-clear1.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 52px;
  top: 7.5px;
  display: none;
}
header.y2025 .search_wrap.long {
  width: calc(100% - 84px);
}
header.y2025 .search_wrap.long1 {
  width: calc(100% - 42px);
}
header.y2025 .search_wrap input {
  border: none;
  width: calc(100% - 24px);
  height: 32px;
  background: transparent;
  font-size: 0.875em;
  padding: 0 12px;
}
header.y2025 .search_wrap input:placeholder {
  color: rgb(172, 172, 172);
  font-weight: 400;
}
header.y2025 .search_wrap .btn {
  width: 40px;
  height: 24px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  background: rgb(0, 120, 200);
  margin: 3.5px 4px 0 0;
  font-size: 0.75em;
  border: none;
}
header.y2025 .search_wrap .btn:disabled {
  opacity: 0.3;
}
header .header__left, header .header__center, header .header__right {
  display: block;
  vertical-align: middle;
  height: 44px;
}
header .header__left {
  width: 44px;
  white-space: nowrap;
}
header .header__left #menuToggle {
  left: 20px;
}
header .header__left #menu {
  margin: 10px 0 0 -20px;
}
header .header__left #menu li {
  font-size: 16px;
}
header .header__right {
  float: right;
  margin: 0 5px 0 0;
  display: flex;
  justify-content: end;
  align-items: center;
}
header .header__right a {
  margin: 0;
}
header .header__right a.active:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #bc0800;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 6;
}
header .header__right .close-r {
  width: 44px;
  height: 44px;
  display: block;
  right: 12px;
  top: 0;
  position: absolute;
  background-image: url(../../assets/image/close-r.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header .header__center {
  width: calc(100% - 204px);
  text-align: center;
  font-weight: bold;
  line-height: 44px;
  position: absolute;
  left: 50%;
  margin-left: calc((100% - 204px) / 2 * -1);
}
header .header__center.logo {
  background-image: url(../image/fm_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
header .header__center.search {
  width: 150px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  border-radius: 40px;
  top: 5px;
}
@media only screen and (max-width: 360px) {
  header .header__center.search {
    width: 130px;
    margin-left: -90px;
  }
}
header .header__center.search .submit {
  width: 34px;
  height: 34px;
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  border: none;
  background-image: url(../image/icon_navibar_search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
  background-color: transparent;
}
header .header__center.search input[type=text] {
  width: calc(100% - 34px);
  float: left;
  margin: 0;
  padding: 0;
  height: 32px;
  line-height: 32px;
  color: #333;
  border: none;
  -webkit-appearance: searchfield;
  background-color: transparent;
  font-size: 0.875em;
}
header .header__center.search input[type=text]::-moz-placeholder {
  letter-spacing: -0.03em;
  font-size: 0.87em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
header .header__center.search input[type=text]::placeholder {
  letter-spacing: -0.03em;
  font-size: 0.87em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
header .header__center.search input[type=text]:focus {
  outline: none;
}
header .header__back, header .header__menu {
  width: 44px;
  height: 44px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
header .header__back:active, header .header__menu:active {
  background-color: rgba(0, 0, 0, 0.4);
}
header .header__menu {
  background-image: url(../image/menu.svg);
}
header .header__back, header .header__pro {
  width: 38px;
  height: 38px;
  position: absolute;
  left: 5px;
  top: 3px;
  text-indent: -9999px;
  white-space: nowrap;
  line-height: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  background-image: url(../image/header-back-b.png);
}
header .header__back.gray, header .header__pro.gray {
  background-size: 54%;
  background-image: url(../image/header-back-g.svg);
}
header .header__back.gray.down, header .header__pro.gray.down {
  transform: rotate(-90deg);
}
header .header__my-product, header .header__cart, header .header__return, header .header__gift, header .header__reservation, header .header__history, header .header__share, header .header__sharem, header .header__history1 {
  position: relative;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: center;
  width: 40px;
  font-size: 0;
}
header .header__my-product:active, header .header__cart:active, header .header__return:active, header .header__gift:active, header .header__reservation:active, header .header__history:active, header .header__share:active, header .header__sharem:active, header .header__history1:active {
  background-color: rgba(0, 0, 0, 0.4);
}
header .header__my-product .badge, header .header__cart .badge, header .header__return .badge, header .header__gift .badge, header .header__reservation .badge, header .header__history .badge, header .header__share .badge, header .header__sharem .badge, header .header__history1 .badge {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 6px;
  right: 3px;
  background-color: #fe5354;
  border-radius: 100%;
  padding: 0;
  line-height: 12px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
}
header .header__my-product {
  width: 44px;
  height: 44px;
  background-image: url(../image/icon-product.svg);
  background-size: 60%;
}
header .header__cart {
  background-image: url(../image/icon-cart.svg);
  background-position: canter;
  width: 36px;
  background-size: 65%;
}
header .header__cart--empty {
  background-position: right;
}
header .header__cart--empty .badge {
  display: none;
}
header .header__history {
  background-image: url(../image/icon-booking.svg);
  background-size: 60%;
}
header .header__history1 {
  background-image: url(../image/icon-history.svg);
}
header .header__gift {
  background-image: url(../image/icon-gift.svg);
}
header .header__reservation {
  background-image: url(../image/header-reservationlist.png);
}
header .header__return {
  background-image: url(../image/icon-return.svg);
}
header .header__share {
  background-image: url(../image/icon-share.png);
}
header .header__sharem {
  background-image: url(../image/share.svg);
}

.bodyfixed {
  overflow: hidden;
  overscroll-behavior: none;
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7000;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  max-width: 275px;
  transform: translateX(-100%);
  transition: transform 150ms ease;
}
nav.active {
  transform: translateX(0%);
}

.nav__item {
  padding: 11px;
  display: block;
}
.nav__item--link {
  padding-left: 26px;
  color: #363636;
  letter-spacing: 1px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.nav__item--link span {
  margin: 2px 0 0;
  font-size: 14px;
}
.nav__item--link img {
  width: 26px;
  height: 26px;
  margin: 0 6px 0 0;
}
.nav__item--link {
  /*&:active
  * background-image: url(../image/nav-link-icon.png), linear-gradient(0deg, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .1) 100%)*/
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6010;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.6s;
}
.overlay.active {
  display: block;
}

.fixWindow {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-hidden-unscrollable;
}
.fixWindow::-webkit-scrollbar {
  display: none;
}

.product-list--normal {
  padding: 10px 4px;
}
.product-list--normal::after {
  content: "";
  clear: both;
  display: table;
}
.product-list--normal .product-list__item {
  position: relative;
  width: 33.33%;
  float: left;
  display: block;
  padding: 10px 16px;
  color: #4A4A4A;
}
.product-list--normal .product-list__item:nth-child(3n+1) {
  clear: both;
}
.product-list--normal .product-list__item:active .product-list__fig-container::after {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: -1;
  opacity: 0.8;
  background-image: linear-gradient(135deg, #62CDF7 0%, #34C2A4 100%);
  content: "";
}
.product-list--normal .product-list__item:active .product-list__fig::before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  opacity: 0.8;
  background-image: linear-gradient(135deg, #62CDF7 0%, rgba(51, 194, 163, 0.1) 100%);
  content: "";
}
.product-list--normal .product-list__fig-container {
  position: relative;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  z-index: -1;
  background-color: white;
}
.product-list--normal .product-list__fig-container::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-list--normal .product-list__fig {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border: 5px solid white;
  background-color: white;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}
.product-list--normal .product-list__title {
  display: block;
  display: -webkit-box;
  max-height: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-list--normal .product-list__item--soldout, .product-list--normal .product-list__item--comingsoon {
  pointer-events: none;
}
.product-list--normal .product-list__item--soldout .product-list__fig-container::after, .product-list--normal .product-list__item--comingsoon .product-list__fig-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(74, 74, 74, 0.7);
  content: "";
}
.product-list--normal .product-list__item--soldout .product-list__fig-container::after {
  background-image: url(../image/product-soldout-overlay.png);
}
.product-list--normal .product-list__item--comingsoon .product-list__fig-container::after {
  background-image: url(../image/product-comingsoon-overlay.png);
}

.product-list--hero .product-list__item {
  display: block;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
}
.product-list--hero .product-list__item:not(:last-child) {
  margin-bottom: 10px;
}
.product-list--hero .product-list__item.product-list__item--countdown .product-list__btn {
  background-image: linear-gradient(-180deg, #F5515F 0%, #9F031B 100%);
}
.product-list--hero .product-list__item.product-list__item--countdown .product-list__count {
  color: #D0011B;
}
.product-list--hero .product-list__item.product-list__item--countdown:active .product-list__btn {
  background: 0;
  background-color: #9F031B;
}
.product-list--hero .product-list__item.product-list__item--soldout .product-list__fig::after, .product-list--hero .product-list__item.product-list__item--comingsoon .product-list__fig::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  content: "";
}
.product-list--hero .product-list__item.product-list__item--soldout .product-list__btn, .product-list--hero .product-list__item.product-list__item--comingsoon .product-list__btn {
  background: 0;
  background-color: #9B9B9B;
}
.product-list--hero .product-list__item.product-list__item--soldout .product-list__progress-bar, .product-list--hero .product-list__item.product-list__item--comingsoon .product-list__progress-bar {
  display: none;
}
.product-list--hero .product-list__item.product-list__item--soldout:active .product-list__btn, .product-list--hero .product-list__item.product-list__item--comingsoon:active .product-list__btn {
  background: 0;
  background-color: #9B9B9B;
}
.product-list--hero .product-list__item.product-list__item--soldout .product-list__fig::after {
  background-image: url(../image/product-soldout-overlay-hero.png);
}
.product-list--hero .product-list__item.product-list__item--comingsoon .product-list__fig::after {
  background-image: url(../image/product-soldout-comingsoon-hero.png);
}
.product-list--hero .product-list__item:active .product-list__btn {
  background: 0;
  background-color: #00719D;
}
.product-list--hero .product-list__fig {
  width: 100%;
  position: relative;
}
.product-list--hero .product-list__fig img {
  width: 100%;
  height: auto;
  display: block;
}
.product-list--hero .product-list__content {
  padding: 10px;
  position: relative;
  background-color: white;
}
.product-list--hero .product-list__tool {
  float: right;
}
.product-list--hero .product-list__btn {
  min-width: 55px;
  padding: 6px 10px;
  border-radius: 5px;
  background-image: linear-gradient(-180deg, #62CDF7 0%, #34C2A4 100%);
  color: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.product-list--hero .product-list__count {
  color: #4A4A4A;
  font-size: 10px;
  text-align: center;
  line-height: 27px;
  letter-spacing: 0.7px;
  font-weight: bold;
}
.product-list--hero .product-list__title {
  line-height: 30px;
  color: #4A4A4A;
  font-size: 17px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list--hero .product-list__desc {
  line-height: 24px;
  color: #B4B4B4;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#bookingModal .modal-dialog .modal-header {
  text-align: left;
  border-bottom: none;
  padding: 1rem 1rem 0 1rem;
}
#bookingModal .modal-dialog .modal-header h4 {
  font-size: 1em;
  font-weight: 600;
}
#bookingModal .modal-body {
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
#bookingModal .order-detail {
  width: 100%;
  float: left;
  padding: 15px 20px 12px 20px;
  text-align: left;
  font-weight: 600;
  display: block;
}
#bookingModal .order-detail__row {
  line-height: 1;
  font-size: 0.875em;
}
#bookingModal .order-detail__row.red {
  color: #fc6068;
}
#bookingModal .order-detail__row.red span {
  color: #fc6068;
}
#bookingModal .order-detail__row span {
  color: #8d9098;
}
#bookingModal .order-detail__row:not(:last-child) {
  margin-bottom: 5px;
}
#bookingModal .order-detail__title {
  margin-bottom: 17px;
  font-size: 17px;
  color: #4A4A4A;
  text-align: center;
  line-height: 17px;
}
#bookingModal .order-detail__row {
  line-height: 1;
}
#bookingModal .order-detail__row:not(:last-child) {
  margin-bottom: 10px;
}
#bookingModal .note {
  width: 100%;
  float: left;
  display: block;
  color: #ff7511;
  line-height: 17px;
  text-align: left;
  border-top: solid 1px #e3e5e7;
  padding: 15px 20px 0 20px;
}
#bookingModal .modal-footer button {
  display: inline-block;
  margin: 5px 5px 0 5px;
  width: 110px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #c3c7c9;
  box-shadow: none;
  background-image: none;
  padding: 0;
}
#bookingModal .modal-footer button.btn-primary {
  background: #007dcd;
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}

#cancelsuccessModal img {
  width: 40px;
  height: 40px;
  margin: 30px 0 10px 0;
}
#cancelsuccessModal .modal-content {
  text-align: center;
}
#cancelsuccessModal .modal-content p {
  margin: 0 0 1rem;
}
#cancelsuccessModal .modal-footer {
  padding: 0 15px 15px 15px;
  justify-content: center;
}
#cancelsuccessModal .modal-footer button {
  width: 110px;
  height: 40px;
  border-radius: 20px;
  background: #007dcd;
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  border: none;
  margin: 0 5px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}

#commonsuccessModal .modal-body, #commonfailModal .modal-body, #delshareModal .modal-body {
  padding: 30px 20px 0 20px;
}
#commonsuccessModal img, #commonfailModal img, #delshareModal img {
  width: 40px;
  height: 40px;
  margin: 0 0 10px 0;
}
#commonsuccessModal .modal-content, #commonfailModal .modal-content, #delshareModal .modal-content {
  text-align: center;
}
#commonsuccessModal .modal-content:after, #commonfailModal .modal-content:after, #delshareModal .modal-content:after {
  display: none;
}
#commonsuccessModal .modal-content p, #commonfailModal .modal-content p, #delshareModal .modal-content p {
  margin: 0 0 1rem;
  color: #33384d;
  font-weight: bold;
}
#commonsuccessModal .modal-content p:nth-child(3), #commonfailModal .modal-content p:nth-child(3), #delshareModal .modal-content p:nth-child(3) {
  padding: 0 15px;
  font-size: 0.875em;
  color: #0e1b55;
  font-weight: 300;
}
#commonsuccessModal .modal-footer, #commonfailModal .modal-footer, #delshareModal .modal-footer {
  width: 100%;
  padding: 0 15px 15px 15px;
  display: flex;
  justify-content: center;
}
#commonsuccessModal .modal-footer button, #commonfailModal .modal-footer button, #delshareModal .modal-footer button {
  background: #018dd6;
  border: none;
  margin: 0 5px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
  font-size: 0.8125em;
  line-height: 40px;
  width: 40%;
  border-radius: 20px;
  color: #fff;
}
#commonsuccessModal .modal-footer button.green, #commonfailModal .modal-footer button.green, #delshareModal .modal-footer button.green {
  background: #00c858;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 40px;
  line-height: 100%;
}

#commonfailModal.booking .modal-header {
  border-bottom: none;
  padding: 20px 0 0;
}
#commonfailModal.booking .modal-body {
  padding: 10px 20px;
}
#commonfailModal.booking .modal-footer button {
  width: 110px;
  height: 40px;
  border-radius: 20px;
  background: #007dcd;
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  border: none;
  margin: 0 5px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
#commonfailModal.reservation .modal-content .modal-body h6 {
  color: #F78837;
  font-size: 18px;
  font-weight: bold;
}
#commonfailModal.reservation .modal-content .modal-body p {
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
#commonfailModal.reservation .modal-footer button {
  width: 120px;
  height: 40px;
  background: #0078c8;
  font-size: 16px;
  font-weight: 600;
}
#commonfailModal.share .modal-content {
  padding: 27px 24px 0 24px;
}
#commonfailModal.share .modal-content .modal-body {
  padding: 0;
}
#commonfailModal.share .modal-content .modal-body h6 {
  font-size: 18px;
  color: #FC6068;
  font-weight: bold;
}
#commonfailModal.share .modal-content .modal-body p {
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
#commonfailModal.share .modal-footer button {
  width: 120px;
  height: 40px;
  background: #0078c8;
  font-size: 16px;
  font-weight: 600;
}
#commonfailModal.sharepro .modal-content {
  border: none;
}
#commonfailModal.sharepro .modal-content .modal-body h6 {
  font-size: 18px;
  color: #363636;
  font-weight: bold;
}
#commonfailModal.sharepro .modal-content .modal-body p {
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
#commonfailModal.sharepro .modal-footer button {
  font-size: 16px;
  font-weight: 600;
  background: #0078c8;
}
#commonfailModal.sharepro .modal-footer button.green {
  background: #36AD1B;
}

#commonsuccessModal.share .modal-content {
  padding: 27px 24px 0 24px;
}
#commonsuccessModal.share .modal-content .modal-body {
  padding: 0;
}
#commonsuccessModal.share .modal-content .modal-body h6 {
  font-size: 18px;
  color: #363636;
  font-weight: bold;
}
#commonsuccessModal.share .modal-content .modal-body p {
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
#commonsuccessModal.share .modal-footer {
  padding: 0 0 15px 0;
}
#commonsuccessModal.share .modal-footer button {
  width: 100%;
  height: 40px;
  margin: 0;
  background: #0078c8;
  font-size: 16px;
  font-weight: 600;
}
#commonsuccessModal.reservation .modal-header {
  padding: 24px 0 0;
  border: none;
}
#commonsuccessModal.reservation .modal-header h5 {
  padding: 0;
  margin: 0;
  width: 100%;
  color: #2c2c2c;
  font-weight: 500;
  font-size: 1.125em;
  text-align: center;
  line-height: 28px;
}
#commonsuccessModal.reservation .modal-body {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
  padding: 8px 24px 0 24px;
}
#commonsuccessModal.reservation .modal-footer {
  padding: 16px 24px 24px 24px;
}
#commonsuccessModal.reservation .modal-footer a {
  width: 100%;
  background: #0078c8;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 1em;
  border-radius: 50px;
}

#delshareModal .modal-body {
  padding: 20px 0 0;
}
#delshareModal p {
  margin: 0 0 1rem;
  color: #33384d;
  font-weight: bold;
}
#delshareModal p:nth-child(2) {
  padding: 0 15px;
  font-size: 0.875em;
  color: #0e1b55;
  font-weight: 300;
}
#delshareModal button.g {
  background: #c2c6c8;
}

#pickstoreModal .modal-footer .btn-secondary {
  display: inline-block;
  margin: 5px 5px 0 5px;
  width: 110px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #c3c7c9;
  box-shadow: none;
  background-image: none;
  padding: 0;
  border: none;
}

#changeModal .modal-header, #alreadysentModal .modal-header {
  padding: 1rem 1rem 0.5rem 1rem;
  border-bottom: none;
}
#changeModal .modal-title, #alreadysentModal .modal-title {
  text-align: left;
  font-size: 1em;
}
#changeModal .modal-body, #alreadysentModal .modal-body {
  padding: 0 1rem;
  color: #777;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
#changeModal .modal-body .blue, #alreadysentModal .modal-body .blue {
  color: #008ed7;
  font-size: 15px;
  font-weight: 600;
}
#changeModal .modal-body .orange, #alreadysentModal .modal-body .orange {
  width: 100%;
  color: #ff7e19;
  display: block;
  padding: 10px 0 0;
  border-top: 1px solid #f2f3f4;
  font-size: 14px;
}
#changeModal .btn-wrap, #alreadysentModal .btn-wrap {
  padding: 10px 18px 20px 18px;
  text-align: center;
}
#changeModal .btn-wrap button, #alreadysentModal .btn-wrap button {
  width: 110px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #007dcd;
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  border: none;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
#changeModal .btn-wrap button.cancel, #alreadysentModal .btn-wrap button.cancel {
  background: #c3c7c9;
  box-shadow: none;
}

#transsuccessModal .modal-title, #transfailModal .modal-title, #transfailModal1 .modal-title {
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 auto;
}
#transsuccessModal .modal-body, #transfailModal .modal-body, #transfailModal1 .modal-body {
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#transsuccessModal .modal-body p, #transfailModal .modal-body p, #transfailModal1 .modal-body p {
  margin: 5px 0 0;
  padding: 0;
  color: #000;
}
#transsuccessModal .modal-body p.fail1, #transfailModal .modal-body p.fail1, #transfailModal1 .modal-body p.fail1 {
  font-size: 18px;
  margin: 25px 0;
  font-weight: 600;
}
#transsuccessModal .modal-body span, #transfailModal .modal-body span, #transfailModal1 .modal-body span {
  margin: 0;
  color: #666;
}
#transsuccessModal .modal-body img, #transfailModal .modal-body img, #transfailModal1 .modal-body img {
  width: 60px;
  margin: 0 0 20px;
}
#transsuccessModal .modal-footer, #transfailModal .modal-footer, #transfailModal1 .modal-footer {
  justify-content: center;
  padding: 0 0 15px;
}
#transsuccessModal .btn, #transfailModal .btn, #transfailModal1 .btn {
  width: 100px;
  height: 34px;
  margin: 0 10px;
  border-radius: 4px;
  border: none;
  background: rgb(207, 87, 103);
  background: linear-gradient(to bottom, rgb(207, 87, 103) 62%, rgb(149, 32, 47) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf5767', endColorstr='#95202f',GradientType=0 );
}
#transsuccessModal .btn.back, #transfailModal .btn.back, #transfailModal1 .btn.back {
  background-image: linear-gradient(-151deg, #62CDF7 4%, #34C2A4 100%);
}

/*my-product*/
#zoomModal .modal-header {
  border: none;
  padding: 15px;
  position: relative;
}
#zoomModal .modal-header .modal-title {
  font-size: 0.9375em;
  text-align: center;
  color: #1a1a1f;
  font-weight: 600;
  padding: 0;
  margin: auto;
}
#zoomModal .modal-header .close {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 0;
  border: none;
  background: 0;
  transform: translateY(-20px);
}
#zoomModal .modal-header .close img {
  width: 20px;
}
#zoomModal .modal-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 25px 15px;
}
#zoomModal .modal-body img {
  width: 30%;
  height: 20vh;
  -o-object-fit: contain;
     object-fit: contain;
}
#zoomModal .modal-body .stockpro {
  width: 60%;
  height: 140px;
  overflow: scroll;
  padding: 0;
  margin: 0;
}
#zoomModal .modal-body .stockpro li {
  color: #666;
  list-style: none;
  margin: 0 0 10px;
  font-size: 14px;
}
#zoomModal .modal-footer a {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #666;
  display: block;
  position: relative;
  margin: 0 auto;
}
#zoomModal .modal-footer a:before, #zoomModal .modal-footer a:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #666;
  position: absolute;
  left: 50%;
  top: 23px;
  margin: 0 0 0 -8px;
}
#zoomModal .modal-footer a:before {
  transform: rotate(45deg);
}
#zoomModal .modal-footer a:after {
  transform: rotate(-45deg);
}

#stockModal .modal-header, #cardModal .modal-header {
  border-bottom: none;
  flex-direction: column;
  padding: 0;
}
#stockModal .modal-header h4, #cardModal .modal-header h4 {
  font-weight: 700;
  font-size: 18px;
  padding: 24px 0 0;
  margin: 0;
}
#stockModal .modal-header .close, #cardModal .modal-header .close {
  right: 15px;
}
#stockModal .modal-header .close img, #cardModal .modal-header .close img {
  width: 20px;
}
#stockModal .modal-body, #cardModal .modal-body {
  padding: 16px 12px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  display: flex;
  justify-content: space-betweens;
}
#stockModal .modal-body .proimg, #cardModal .modal-body .proimg {
  width: 120px;
  height: 120px;
  margin: 0 8px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
}
#stockModal .modal-body .info, #cardModal .modal-body .info {
  position: relative;
  margin: 0;
  padding: 0;
  max-height: 120px;
  overflow-y: scroll;
  width: calc(100% - 128px);
}
#stockModal .modal-body .info li, #cardModal .modal-body .info li {
  font-size: 14px;
  color: #363636;
  list-style-type: none;
  text-align: left;
  line-height: 120%;
  margin: 0 0 3px;
}
#stockModal .modal-footer, #cardModal .modal-footer {
  padding: 0 0 24px;
}
#stockModal .modal-footer a, #cardModal .modal-footer a {
  display: block;
  background: #0078c8;
  color: #fff;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 600;
  margin: 0 auto;
}

#cardModal .modal-header {
  font-weight: 700;
  font-size: 18px;
  color: #1A1A1F;
}
#cardModal .modal-body {
  text-align: left;
  padding: 25px 10px 15px 25px;
  display: block;
  line-height: 180%;
}
#cardModal .modal-footer a {
  display: block;
  background: #0078c8;
  color: #fff;
  text-align: center;
  width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 600;
  margin: 0 auto;
}
#cardModal.flow .modal-footer {
  padding: 16px 0 24px 0;
}
#cardModal.flow .modal-footer a {
  width: 74%;
}
#cardModal.flow .modal-header {
  padding: 20px 0 0;
}
#cardModal.flow .modal-header p {
  font-size: 14px;
  padding: 0;
  margin: 4px 0 0;
  font-weight: 500;
  color: #6F6F6F;
}
#cardModal.flow .modal-body {
  padding: 15px 10px 0 25px;
}
#cardModal.flow .modal-body ul {
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#cardModal.flow .modal-body ul li {
  position: relative;
  list-style: none;
}
#cardModal.flow .modal-body ul li.active:before, #cardModal.flow .modal-body ul li.active:after {
  background: #0078c8;
}
#cardModal.flow .modal-body ul li.active:before {
  width: 6px;
  height: 6px;
  left: -10px;
}
#cardModal.flow .modal-body ul li.active p {
  color: #0078c8;
  font-weight: 600;
  font-size: 14px;
}
#cardModal.flow .modal-body ul li.active p:last-child {
  color: #6F6F6F;
  font-weight: 300;
  font-size: 10px;
}
#cardModal.flow .modal-body ul li.last:after {
  background: #a4e0ff;
}
#cardModal.flow .modal-body ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #a4e0ff;
  position: absolute;
  left: -10px;
  top: 10px;
  z-index: 1;
}
#cardModal.flow .modal-body ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #a4e0ff;
  position: absolute;
  left: -8px;
  top: 10px;
  z-index: 0;
}
#cardModal.flow .modal-body ul li p {
  color: #888b94;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#cardModal.flow .modal-body ul li p:last-child {
  color: #656565;
  font-size: 10px;
  margin: -9px 0 8px 0;
}
#cardModal.flow .modal-body ul li:last-child:after {
  display: none;
}
#cardModal.flow .modal-body ul li:last-child p:last-child {
  margin: -9px 0 0;
}

#refundModal .modal-header {
  color: #fe5354;
  border-bottom: none;
  padding: 20px 0 15px 0;
}
#refundModal .modal-body {
  padding: 0 20px;
}
#refundModal .modal-footer button {
  display: inline-block;
  margin: 5px 5px 0 5px;
  width: 110px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #c3c7c9;
  box-shadow: none;
  background-image: none;
  padding: 0;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
#refundModal .modal-footer button.btn-primary {
  background: #007dcd;
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}

/*online*/
#detailModal .modal-body, #illustrateModal .modal-body {
  padding: 0;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}
#detailModal .order-detail, #illustrateModal .order-detail {
  padding: 12px;
  border-bottom: 1px solid #c8c8c8;
  text-align: left;
}
#detailModal .order-detail__row, #illustrateModal .order-detail__row {
  line-height: 1;
}
#detailModal .order-detail__row:not(:last-child), #illustrateModal .order-detail__row:not(:last-child) {
  margin-bottom: 5px;
}
#detailModal .order-detail__row span, #illustrateModal .order-detail__row span {
  color: #007BCA;
}
#detailModal .products, #illustrateModal .products {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#detailModal .products li, #illustrateModal .products li {
  padding: 12px;
  border-bottom: 1px solid #c8c8c8;
}
#detailModal .products__title, #illustrateModal .products__title {
  margin-bottom: 17px;
  font-size: 17px;
  color: #4A4A4A;
  text-align: center;
  line-height: 17px;
}
#detailModal .products__row, #illustrateModal .products__row {
  line-height: 1;
}
#detailModal .products__row:not(:last-child), #illustrateModal .products__row:not(:last-child) {
  margin-bottom: 5px;
}
#detailModal .products span, #illustrateModal .products span {
  color: #007BCA;
  font-weight: bold;
}
#detailModal .modal-tool, #illustrateModal .modal-tool {
  padding: 20px 18px;
  text-align: center;
}
#detailModal .modal-tool .caption, #illustrateModal .modal-tool .caption {
  font-size: 14px;
  color: #4A4A4A;
  line-height: 17px;
}
#detailModal .modal-tool .btn, #illustrateModal .modal-tool .btn {
  display: inline-block;
  margin-top: 15px;
  width: 110px;
  padding: 15px 0;
  border-radius: 5px;
  background-image: linear-gradient(-180deg, #F5515F 0%, #9F031B 100%);
  font-size: 17px;
  line-height: 20px;
  color: white;
}
#detailModal .modal-tool .btn.hidden, #illustrateModal .modal-tool .btn.hidden {
  display: none;
}
#detailModal .modal-tool .btn:active, #illustrateModal .modal-tool .btn:active {
  background: 0;
  background-color: #9F031B;
}

#illustrateModal .order-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#illustrateModal .order-detail__row {
  width: 70%;
}
@media only screen and (max-width: 360px) {
  #illustrateModal .order-detail__row {
    width: 80%;
  }
}
#illustrateModal .modal-tool .caption {
  text-align: left;
}
#illustrateModal .modal-tool .caption h6 {
  margin: 0 0 10px;
  font-size: 16px;
  text-align: center;
}
#illustrateModal .modal-tool .btn {
  background-image: linear-gradient(180deg, #62CDF7 0%, #34C2A4 100%);
}
#illustrateModal .modal-tool .btn:active {
  background-color: #34C2A4;
}

/*publication*/
#quantityModal .modal-body {
  padding: 0;
}

/*searchresault*/
#range .btn-close {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 16px;
  height: 16px;
  background-image: none;
}
#range .btn-close:before, #range .btn-close:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  border-radius: 4px;
}
#range .btn-close:after {
  transform: rotate(-45deg);
}
#range form {
  overflow-x: hidden;
}
#range form .form-label {
  display: none;
}
#range form .range-btn {
  list-style: none;
  margin: 10px 0 35px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#range form .range-btn li {
  color: #AAAAAA;
  display: inline-block;
  position: relative;
  width: 32%;
  flex-wrap: nowrap;
}
#range form .range-btn li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
#range form .range-btn li label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  padding: 8px 0;
  white-space: nowrap;
  font-weight: 500;
  z-index: 9;
  background: #f6f6f6;
  cursor: pointer;
  color: #737373;
  -webkit-transition: all 0.25s linear;
  border-radius: 50px;
  -webkit-filter: grayscale(1);
}
#range form .range-btn li input[type=radio]:checked ~ label {
  background: #eaeeff;
  color: #0078c8;
  border: 1px solid #60bfff;
  -webkit-filter: grayscale(0);
}
#range form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 50px;
  height: 35px;
  background-color: #f6f6f6;
  color: #777;
  text-align: center;
  border: none;
  font-size: 0.875em;
}
#range form .form-control:focus {
  outline: none;
}
#range form h6 {
  margin: 20px 0 15px 0;
  padding: 0;
  color: #1a1a1f;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
}
#range form .self {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#range .bbtn {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0px -3px 5px #f4f4f4;
  margin: 0 -15px;
  display: flex;
  justify-content: center;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
#range .bbtn button {
  margin: 0 10px;
  border: none;
  padding: 0;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
#range .bbtn button.reset {
  width: 110px;
  height: 44px;
  color: #fff;
  border-radius: 50px;
  line-height: 44px;
  background: rgb(1, 164, 75);
  background: linear-gradient(to right, rgb(1, 164, 75) 0%, rgb(71, 203, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a44b', endColorstr='#47cb83',GradientType=1 );
}
#range .bbtn button.btn-primary {
  width: 110px;
  height: 44px;
  display: block;
  border-radius: 50px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}

/*return*/
.returnModal.cancel .modal-content {
  box-shadow: none;
  border: 1px solid #e3e5e7;
}
.returnModal.cancel .modal-content .modal-header .modal-title {
  color: #2c2c2c;
}
.returnModal.cancel .modal-content .modal-body {
  font-size: 1em;
  padding: 16px 1rem;
}
.returnModal.cancel .modal-content .modal-footer a {
  width: 110px;
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}
.returnModal .modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  max-width: 768px;
  margin: auto;
}
.returnModal .modal-content .modal-header {
  border-bottom: none;
  padding: 1rem 1rem 0.5rem 1rem;
}
.returnModal .modal-content .modal-header .modal-title {
  color: #f2a036;
  font-size: 1.125em;
  font-weight: bold;
}
.returnModal .modal-content .modal-body {
  text-align: center;
  color: #363636;
  font-size: 0.875em;
  font-weight: 500;
  padding: 0rem 1rem;
  line-height: 160%;
}
.returnModal .modal-content .modal-footer {
  padding: 25px 0 20px 0;
}
.returnModal .modal-content .modal-footer a {
  width: 110px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  border: none;
  background: #0078c8;
  font-weight: 500;
  margin: 0;
  text-align: center;
  line-height: 40px;
}

/*loading*/
.loadingModal .modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  max-width: 768px;
  margin: auto;
}
.loadingModal .modal-content .modal-header {
  border-bottom: none;
  padding: 1rem 1rem 0 1rem;
}
.loadingModal .modal-content .modal-header .modal-title {
  color: #2C2C2C;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 28px;
}
.loadingModal .modal-content .modal-body {
  text-align: center;
  color: #6F6F6F;
  font-size: 0.875em;
  font-weight: 400;
  padding: 4px 0 0;
  line-height: 20px;
}
.loadingModal .modal-content .modal-footer {
  padding: 16px 0 24px 0;
  display: flex;
  justify-content: center;
}
.loadingModal .modal-content .modal-footer a {
  width: 120px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  border: none;
  background: #0078c8;
  font-weight: 500;
  margin: 0;
  text-align: center;
  line-height: 40px;
  margin: 0 4px;
}
.loadingModal .modal-content .modal-footer a.leave {
  background: #fff;
  color: #0078c8;
  border: 1px solid #2391DA;
}

#errorModal .tool__btn {
  margin: 0 10px;
  width: 110px;
  padding: 0;
  height: 40px;
  display: inline-block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #007dcd;
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}

#sharedelModal .modal-header {
  border-bottom: none;
  padding: 24px 0 0;
}
#sharedelModal .modal-header .modal-title {
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 auto;
  color: #F78837;
}
#sharedelModal .modal-body {
  padding: 4px 24px 15px 24px;
  text-align: center;
  font-size: 14px;
  color: #363636;
}
#sharedelModal .modal-footer {
  padding: 0 24px 24px 24px;
  display: flex;
}
#sharedelModal .modal-footer button {
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #D3D3D3;
  color: #fff;
}
#sharedelModal .modal-footer button.btn-primary {
  background: #0078c8;
}

.areamodal {
  top: initial;
  bottom: 0;
}
.areamodal.fade {
  transition: 0s !important;
}
.areamodal.fade .modal-dialog {
  transition: transform 0s;
  transform: translate(0, 50px);
}
.areamodal.show {
  transition: 0s !important;
}
.areamodal.show .modal-dialog {
  transform: none;
}
.areamodal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.areamodal .modal-dialog .modal-content {
  width: 100%;
  max-height: 85vh;
  position: fixed;
  bottom: 0;
  border: none;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.areamodal .modal-dialog .modal-content .modal-header {
  padding: 12px 16px 8px 16px;
}
.areamodal .modal-dialog .modal-content .modal-header h5 {
  margin: auto;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  color: #2c2c2c;
}
.areamodal .modal-dialog .modal-content .modal-header .btn-back {
  position: absolute;
  left: 12px;
  top: 16px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  opacity: 1;
  background-image: url(../image/backs6f.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.areamodal .modal-dialog .modal-body {
  padding: 8px 16px;
}
.areamodal .modal-dialog .modal-body ul {
  padding: 0;
  margin: 0;
}
.areamodal .modal-dialog .modal-body ul li {
  width: 100%;
  margin: 0 0 20px;
  list-style: none;
}
.areamodal .modal-dialog .modal-body ul li a {
  display: block;
  text-align: center;
  font-size: 0.875em;
  color: #4b4b4b;
  line-height: 20px;
  list-style: none;
  font-weight: 400;
  display: flex;
  padding: 0;
}
.areamodal .modal-dialog .modal-body ul li a span {
  width: 48px;
  text-align: left;
}
.areamodal .modal-dialog .modal-body ul.active a {
  color: #0078C8;
}

.indexpromodal {
  top: initial;
  bottom: 0;
}
.indexpromodal.fade {
  transition: 0.15s !important;
}
.indexpromodal.fade .modal-dialog {
  transition: transform 0.15s;
  transform: translate(0, 50px);
}
.indexpromodal.show {
  transition: 0.2s !important;
}
.indexpromodal.show .modal-dialog {
  transform: none;
}
.indexpromodal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.indexpromodal .modal-dialog .modal-content {
  width: 100%;
  min-height: 400px;
  max-height: 690px;
  position: fixed;
  bottom: 0;
  border: none;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.indexpromodal .modal-dialog .modal-content .modal-header {
  padding: 12px 16px;
  display: flex;
  border-bottom: none;
  position: relative;
}
.indexpromodal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 36px;
  display: block;
  background: none;
  text-decoration: none;
}
.indexpromodal .modal-dialog .modal-content .modal-header .close:before, .indexpromodal .modal-dialog .modal-content .modal-header .close:after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #6f6f6f;
  transform: rotate(45deg);
  top: 8px;
  left: -1px;
  position: absolute;
}
.indexpromodal .modal-dialog .modal-content .modal-header .close:after {
  transform: rotate(-45deg);
}
.indexpromodal .modal-dialog .modal-content .modal-header .proimg {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.indexpromodal .modal-dialog .modal-content .modal-header .proimg img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.indexpromodal .modal-dialog .modal-content .modal-header .proimg .zoomin {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexpromodal .modal-dialog .modal-content .modal-header .proimg .zoomin img {
  width: 8.95px;
}
.indexpromodal .modal-dialog .modal-content .modal-header .txtinfo {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 6px;
  width: calc(100% - 86px);
}
.indexpromodal .modal-dialog .modal-content .modal-header .txtinfo p {
  padding: 0;
  margin: 0;
}
.indexpromodal .modal-dialog .modal-content .modal-header .txtinfo p.price {
  color: rgb(239, 101, 0);
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  margin: 0 0 -5px;
}
.indexpromodal .modal-dialog .modal-content .modal-header .txtinfo p.price span {
  color: rgb(144, 144, 144);
  font-weight: 400;
  font-size: 0.777777em;
  text-decoration: line-through;
}
.indexpromodal .modal-dialog .modal-content .modal-header .txtinfo p.one {
  color: rgb(239, 101, 0);
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
}
.indexpromodal .modal-dialog .modal-content .modal-header .txtinfo p.tit {
  color: rgb(75, 75, 75);
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.indexpromodal .modal-dialog .modal-content .modal-header .txtinfo .tag {
  padding: 0;
  margin: 0 0 2px;
  display: flex;
  flex-wrap: wrap;
}
.indexpromodal .modal-dialog .modal-content .modal-header .txtinfo .tag li {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 18px;
  padding: 0 2px;
  border-radius: 4px;
  border: 0.5px solid #C9C9C9;
  font-size: 0.75em;
  color: #4b4b4b;
  margin: 0 2px 2px 0;
  list-style: none;
  white-space: nowrap;
}
.indexpromodal .modal-dialog .modal-content .modal-header .txtinfo .tag li.blue {
  color: #0078C8;
  border: 0.5px solid rgb(164, 209, 239);
}
.indexpromodal .modal-dialog .modal-body {
  padding: 0 16px 8px 16px;
  text-align: left;
}
.indexpromodal .modal-dialog .modal-body .tit {
  color: rgb(75, 75, 75);
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  margin: 0 0 4px;
}
.indexpromodal .modal-dialog .modal-body ul {
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  flex-wrap: wrap;
}
.indexpromodal .modal-dialog .modal-body ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
  margin: 0 12px 6px 0;
  height: 30.6px;
}
.indexpromodal .modal-dialog .modal-body ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.indexpromodal .modal-dialog .modal-body ul li input[type=radio]:checked ~ label {
  border: 1px solid rgb(0, 120, 200);
  background: rgb(241, 250, 255);
  color: rgb(0, 120, 200);
}
.indexpromodal .modal-dialog .modal-body ul li label {
  display: block;
  position: relative;
  border: 0.5px solid rgb(172, 172, 172);
  min-width: 44px;
  padding: 2px 8px;
  border-radius: 4px;
  border-width: 0.5px;
  color: rgb(44, 44, 44);
  font-weight: 400;
  font-size: 0.875em;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  text-align: center;
}
.indexpromodal .modal-dialog .modal-body .combination {
  position: relative;
  margin: 0 0 12px;
  padding: 0;
  display: block;
}
.indexpromodal .modal-dialog .modal-body .combination li {
  margin: 0 0 6px;
  display: flex;
  height: auto;
}
.indexpromodal .modal-dialog .modal-body .combination li img {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 12px 0 0;
}
.indexpromodal .modal-dialog .modal-body .combination li .txt {
  width: 60%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.indexpromodal .modal-dialog .modal-body .combination li .txt .tit {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: rgb(54, 54, 54);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.indexpromodal .modal-dialog .modal-body .combination li .txt .sub {
  font-weight: 400;
  font-size: 0.75em;
  color: rgb(111, 111, 111);
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.indexpromodal .modal-dialog .modal-body .combination li .num {
  font-weight: 400;
  font-size: 0.875em;
  color: rgb(44, 44, 44);
  line-height: 20px;
  margin-left: auto;
}
.indexpromodal .modal-dialog .modal-footer {
  display: block;
  padding: 0;
}
.indexpromodal .modal-dialog .modal-footer .dayline {
  background: rgb(255, 243, 235);
  color: rgb(239, 101, 0);
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  display: flex;
  padding: 2px 0 2px 8px;
  margin: 0;
}
.indexpromodal .modal-dialog .modal-footer .dayline:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/time.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.indexpromodal .modal-dialog .modal-footer .buyset {
  padding: 15px 12px 12px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.indexpromodal .modal-dialog .modal-footer .buyset span {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  color: rgb(75, 75, 75);
}
.indexpromodal .modal-dialog .modal-footer .buyset .lave {
  font-weight: 400;
  font-size: 0.75em;
  color: #6f6f6f;
  margin: 0 0 0 12px;
}
.indexpromodal .modal-dialog .modal-footer .buyset .quantity {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
.indexpromodal .modal-dialog .modal-footer .buyset .quantity p {
  margin: 0 8px 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 18px;
}
.indexpromodal .modal-dialog .modal-footer .buyset .quantity span {
  display: block;
  width: 22px;
  height: 22px;
  border-width: 0.5px;
  border: 0.5px solid rgb(201, 201, 201);
  position: relative;
  cursor: pointer;
  border-radius: 20px;
}
.indexpromodal .modal-dialog .modal-footer .buyset .quantity span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: rgb(44, 44, 44);
  top: 50%;
  left: 50%;
  margin-left: -6px;
}
.indexpromodal .modal-dialog .modal-footer .buyset .quantity span.plus:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: rgb(44, 44, 44);
  top: 50%;
  left: 50%;
  margin-top: -6px;
}
.indexpromodal .modal-dialog .modal-footer .buyset .quantity .in-num {
  width: 40px;
  height: 28px;
  color: rgb(75, 75, 75);
  text-align: center;
  padding: 0;
  font-size: 0.875em;
  transition: all 0.6s;
  border: none;
}
.indexpromodal .modal-dialog .modal-footer .btnwrap {
  position: relative;
  display: flex;
  padding: 12px 8px;
  justify-content: space-between;
  margin: 0;
}
.indexpromodal .modal-dialog .modal-footer .btnwrap a {
  flex: 1;
  margin: 0 8px;
  height: 40px;
  background: rgb(0, 120, 200);
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  border-radius: 50px;
}
.indexpromodal .modal-dialog .modal-footer .btnwrap a.add {
  background: #fff;
  border: 1px solid rgb(0, 120, 200);
  color: rgb(0, 120, 200);
}

.changepromodal {
  top: initial;
  bottom: 0;
}
.changepromodal.fade {
  transition: 0s !important;
}
.changepromodal.fade .modal-dialog {
  transition: transform 0s;
  transform: translate(0, 50px);
}
.changepromodal.show {
  transition: 0s !important;
}
.changepromodal.show .modal-dialog {
  transform: none;
}
.changepromodal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.changepromodal .modal-dialog .modal-content {
  width: 100%;
  min-height: 400px;
  max-height: 75vh;
  position: fixed;
  bottom: 0;
  border: none;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.changepromodal .modal-dialog .modal-content .modal-header {
  text-align: center;
  padding: 12px 0 0;
  position: relative;
  border-bottom: none;
}
.changepromodal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 12px;
  top: 36px;
  display: block;
  background: none;
  text-decoration: none;
  z-index: 99;
}
.changepromodal .modal-dialog .modal-content .modal-header .close:before, .changepromodal .modal-dialog .modal-content .modal-header .close:after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #6f6f6f;
  transform: rotate(45deg);
  top: 8px;
  left: -1px;
  position: absolute;
}
.changepromodal .modal-dialog .modal-content .modal-header .close:after {
  transform: rotate(-45deg);
}
.changepromodal .modal-dialog .modal-content .modal-header h6 {
  color: #2C2C2C;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  padding: 0 28px;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  box-shadow: 0px -0.5px 0px 0px #C9C9C9 inset;
  position: relative;
}
.changepromodal .modal-dialog .modal-content .modal-header p {
  color: #EF6500;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  padding: 0 12px;
  margin: 0;
  width: 100%;
  text-align: left;
  background: #FFF3EB;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}
.changepromodal .modal-dialog .modal-content .modal-header .square {
  width: 100%;
  height: 6px;
  background: #FFF3EB;
  display: block;
}
.changepromodal .modal-dialog .modal-content .modal-body {
  background: #F5F5F5;
  padding: 12px 12px 16px 12px;
  text-align: left;
}
.changepromodal .modal-dialog .modal-content .modal-body .tit {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  color: #909090;
  margin: 0 0 4px;
}
.changepromodal .modal-dialog .modal-content .modal-body ul {
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 8px;
}
.changepromodal .modal-dialog .modal-content .modal-body ul li {
  margin: 0 12px;
  border-bottom: 0.5px solid rgb(201, 201, 201);
  list-style: none;
}
.changepromodal .modal-dialog .modal-content .modal-body ul li a {
  display: block;
  padding: 12px 0;
  color: #363636;
  font-weight: 400;
  font-size: 0.75em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.changepromodal .modal-dialog .modal-content .modal-body ul li:last-child {
  border-bottom: none;
}

.albummodal {
  top: initial;
  bottom: 0;
}
.albummodal.fade {
  transition: 0.3s !important;
}
.albummodal.fade .modal-dialog {
  transition: transform 0.3s;
  transform: translateX(50%);
}
.albummodal.show {
  transition: 0.3s !important;
}
.albummodal.show .modal-dialog {
  transform: none;
}
.albummodal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
  background: #2c2c2c;
}
.albummodal .modal-dialog .modal-content {
  background: #2c2c2c;
  position: fixed;
  right: 0;
}
.albummodal .modal-dialog .modal-content .modal-header {
  background: #2c2c2c;
  color: #fff;
}
.albummodal .modal-dialog .modal-content .modal-header .swiper-pagination1 {
  width: 100%;
  font-weight: 600;
  font-size: 1em;
  line-height: 44px;
  margin: 0;
  text-align: center;
  bottom: inherit;
  left: inherit;
}
.albummodal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 12px;
  top: 34px;
  display: block;
  background: none;
  text-decoration: none;
  z-index: 90;
}
.albummodal .modal-dialog .modal-content .modal-header .close:before, .albummodal .modal-dialog .modal-content .modal-header .close:after {
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  top: 8px;
  left: -1px;
  position: absolute;
}
.albummodal .modal-dialog .modal-content .modal-header .close:after {
  transform: rotate(-45deg);
}
.albummodal .modal-dialog .modal-content .modal-body {
  padding: 0;
  color: #fff;
  text-align: center;
  background: #2c2c2c;
}
.albummodal .modal-dialog .modal-content .modal-body .name {
  font-weight: 500;
  font-size: 0.875em;
  padding: 0 12px 32px 12px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  max-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.albummodal .modal-dialog .modal-content .modal-body .swiper-container {
  margin: 32px 0 0;
  width: 100%;
}
.albummodal .modal-dialog .modal-content .modal-body .swiper-container img {
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: #fff;
}

.sharemodal {
  top: initial;
  bottom: 0;
}
.sharemodal.fade {
  transition: 0.2s !important;
}
.sharemodal.fade .modal-dialog {
  transition: transform 0.2s;
  transform: translate(0, 50px);
}
.sharemodal.show {
  transition: 0.2s !important;
}
.sharemodal.show .modal-dialog {
  transform: none;
}
.sharemodal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.sharemodal .modal-dialog .modal-content {
  width: 100%;
  max-height: 85vh;
  position: fixed;
  bottom: 0;
  border: none;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sharemodal .modal-dialog .modal-content .modal-header {
  padding: 12px 12px 8px 12px;
  flex-direction: column;
}
.sharemodal .modal-dialog .modal-content .modal-header h5 {
  margin: auto;
  font-size: 1.125em;
  color: #2c2c2c;
  font-weight: 500;
  line-height: 28px;
}
.sharemodal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  right: 12px;
  top: 16px;
  background: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  opacity: 1;
  z-index: 2;
  background-image: url(../image/closeclear.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.sharemodal .modal-dialog .modal-content .modal-body {
  padding: 12px;
}
.sharemodal .modal-dialog .modal-content .modal-body ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.sharemodal .modal-dialog .modal-content .modal-body ul li {
  width: 60px;
  list-style-type: none;
  margin: 0 calc((100% - 240px) / 8) 20px calc((100% - 240px) / 8);
  position: relative;
  text-align: center;
}
.sharemodal .modal-dialog .modal-content .modal-body ul li:after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border: 0.5px solid #ECECEC;
  border-radius: 30px;
  position: absolute;
  left: 6px;
  top: 0;
}
.sharemodal .modal-dialog .modal-content .modal-body ul img {
  width: 28px;
  height: 28px;
  margin: 10px;
  position: relative;
}
.sharemodal .modal-dialog .modal-content .modal-body ul p {
  padding: 0;
  margin: 2px 0 0;
  text-align: center;
  font-size: 0.75em;
  color: #4B4B4B;
  font-weight: 400;
}

.qrcodemodal {
  top: initial;
  bottom: 0;
}
.qrcodemodal.fade {
  transition: 0.2s !important;
}
.qrcodemodal.fade .modal-dialog {
  transition: transform 0.2s;
  transform: translate(0, 50px);
}
.qrcodemodal.show {
  transition: 0.2s !important;
}
.qrcodemodal.show .modal-dialog {
  transform: none;
}
.qrcodemodal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.qrcodemodal .modal-dialog .modal-content {
  width: 100%;
  max-height: 85vh;
  position: fixed;
  bottom: 0;
  border: none;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.qrcodemodal .modal-dialog .modal-content .modal-header {
  padding: 12px 12px 8px 12px;
  flex-direction: column;
}
.qrcodemodal .modal-dialog .modal-content .modal-header h5 {
  margin: auto;
  font-size: 1.125em;
  color: #2c2c2c;
  font-weight: 500;
  line-height: 28px;
}
.qrcodemodal .modal-dialog .modal-content .modal-header p {
  color: #909090;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  text-align: center;
  margin: 0;
}
.qrcodemodal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  right: 12px;
  top: 25px;
  background: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  opacity: 1;
  z-index: 2;
  background-image: url(../image/closeclear.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.qrcodemodal .modal-dialog .modal-body {
  margin: 24px auto;
  padding: 0;
}
.qrcodemodal .modal-dialog .modal-body img {
  width: 142px;
  height: auto;
  border: 0.36px solid rgb(201, 201, 201);
  border-radius: 5.76px;
  border-width: 0.36px;
  padding: 11.53px;
}

.copymodal {
  top: initial;
  bottom: 50%;
}
.copymodal.fade {
  transition: 0.5s !important;
}
.copymodal.fade .modal-dialog {
  transition: transform 0.5s;
  transform: translate(0, 50px);
}
.copymodal.show {
  transition: 0.5s !important;
}
.copymodal.show .modal-dialog {
  transform: none;
}
.copymodal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 50% !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.copymodal .modal-dialog .modal-content {
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin: auto;
  padding: 0 15px;
  border-radius: 8px;
  border: none;
}
.copymodal .modal-dialog .modal-content .modal-body {
  padding: 0;
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 36px;
}
.copymodal.sn .modal-dialog .modal-content {
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
}
.copymodal.sn .modal-dialog .modal-content .modal-body {
  padding: 8px 0;
  line-height: 180%;
}

.reserve-modal {
  top: initial;
  bottom: 0;
}
.reserve-modal.fade {
  transition: 0.15s !important;
}
.reserve-modal.fade .modal-dialog {
  transition: transform 0.15s;
  transform: translate(0, 50px);
}
.reserve-modal.show {
  transition: 0.2s !important;
}
.reserve-modal.show .modal-dialog {
  transform: none;
}
.reserve-modal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.reserve-modal .modal-dialog .modal-content {
  width: calc(100% - 24px);
  min-height: 127px;
  background: rgb(234, 247, 255);
  bottom: 24px;
  border: none;
  border-radius: 16px;
  border-radius: 16px;
}
.reserve-modal .modal-dialog .modal-content .modal-header {
  padding: 8px 12px;
  justify-content: flex-start;
  border: none;
}
.reserve-modal .modal-dialog .modal-content .modal-header .txt {
  color: #4b4b4b;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  margin: 0 0 0 12px;
}
.reserve-modal .modal-dialog .modal-content .modal-header .txt p {
  padding: 0;
  margin: 0;
  color: #909090;
  font-weight: 400;
  font-size: 0.8571em;
  line-height: 18px;
}
.reserve-modal .modal-dialog .modal-content .modal-body {
  padding: 0 12px 0 64px;
}
.reserve-modal .modal-dialog .modal-content .modal-body ul {
  padding: 0;
  margin: 0;
}
.reserve-modal .modal-dialog .modal-content .modal-body ul li {
  list-style: disc;
  padding: 4px 0;
  color: #909090;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  text-align: left;
  margin: 0 0 0 16px;
}
.reserve-modal .modal-dialog .modal-content .modal-footer {
  justify-content: end;
  padding: 8px 12px;
}
.reserve-modal .modal-dialog .modal-content .modal-footer a {
  display: block;
  border-radius: 20px;
  padding: 0 8px;
  line-height: 24px;
  margin: 0 0 0 12px;
}
.reserve-modal .modal-dialog .modal-content .modal-footer a.dismiss {
  border: 1px solid rgb(144, 144, 144);
  color: rgb(75, 75, 75);
  font-weight: 400;
  font-size: 0.75em;
}
.reserve-modal .modal-dialog .modal-content .modal-footer a.ok {
  background: rgb(0, 120, 200);
  color: rgb(75, 75, 75);
  font-weight: 400;
  font-size: 0.75em;
  color: #fff;
}

.fadeModal {
  top: initial;
  bottom: 50%;
}
.fadeModal.fade {
  transition: 0.5s !important;
}
.fadeModal.fade .modal-dialog {
  transition: transform 0.5s;
  transform: translate(0, 50px);
}
.fadeModal.show {
  transition: 0.5s !important;
}
.fadeModal.show .modal-dialog {
  transform: none;
}
.fadeModal.default .modal-dialog .modal-content {
  border-radius: 26px;
  height: auto;
  padding: 0;
}
.fadeModal.default .modal-dialog .modal-content .modal-body {
  padding: 20px 26px;
}
.fadeModal.reservation .modal-dialog .modal-content {
  border-radius: 20px !important;
  padding: 20px 16px 0 16px;
  width: 108px;
  height: 110px;
}
.fadeModal.reservation .modal-dialog .modal-content .modal-body img {
  width: 40px;
  margin: 0 auto;
}
.fadeModal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 50% !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.fadeModal .modal-dialog .modal-content {
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin: auto;
  padding: 0 16px;
  border-radius: 8px;
  border: none;
}
.fadeModal .modal-dialog .modal-content .modal-body {
  padding: 0;
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 38px;
}

.receivemodal {
  top: initial;
  bottom: 0;
}
.receivemodal.fade {
  transition: 0.15s !important;
}
.receivemodal.fade .modal-dialog {
  transition: transform 0.15s;
  transform: translate(0, 50px);
}
.receivemodal.show {
  transition: 0.2s !important;
}
.receivemodal.show .modal-dialog {
  transform: none;
}
.receivemodal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.receivemodal .modal-dialog .modal-content {
  width: 100%;
  min-height: 400px;
  max-height: 640px;
  position: fixed;
  bottom: 70px;
  border: none;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.receivemodal .modal-dialog .modal-content .modal-header {
  padding: 12px 16px 8px 16px;
  display: flex;
  border-bottom: none;
  position: relative;
}
.receivemodal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 36px;
  display: block;
  background: none;
  text-decoration: none;
}
.receivemodal .modal-dialog .modal-content .modal-header .close:before, .receivemodal .modal-dialog .modal-content .modal-header .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #6f6f6f;
  transform: rotate(45deg);
  top: 8px;
  left: -1px;
  position: absolute;
}
.receivemodal .modal-dialog .modal-content .modal-header .close:after {
  transform: rotate(-45deg);
}
.receivemodal .modal-dialog .modal-content .modal-header h6 {
  font-weight: 500;
  font-size: 1.125em;
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 28px;
  text-align: center;
}
.receivemodal .modal-dialog .modal-content .modal-body {
  background: #F5F5F5;
  padding: 8px 12px;
  margin: 0;
}
.receivemodal .modal-dialog .modal-content .modal-body ul {
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 8px;
}
.receivemodal .modal-dialog .modal-content .modal-body ul li {
  padding: 12px;
  border-bottom: 1px solid #C9C9C9;
  color: #363636;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.receivemodal .modal-dialog .modal-content .modal-body ul li:last-child {
  border-bottom: none;
}

.logisticsmodal {
  top: initial;
  bottom: 0;
}
.logisticsmodal.fade {
  transition: 0.15s !important;
}
.logisticsmodal.fade .modal-dialog {
  transition: transform 0.15s;
  transform: translate(0, 50px);
}
.logisticsmodal.show {
  transition: 0.2s !important;
}
.logisticsmodal.show .modal-dialog {
  transform: none;
}
.logisticsmodal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.logisticsmodal .modal-dialog .modal-content {
  width: 100%;
  min-height: 400px;
  max-height: 640px;
  position: fixed;
  bottom: 0;
  border: none;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.logisticsmodal .modal-dialog .modal-content .modal-header {
  padding: 12px 16px 8px 16px;
  display: flex;
  border-bottom: none;
  position: relative;
  box-shadow: 0px -0.5px 0px 0px rgb(201, 201, 201) inset;
}
.logisticsmodal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 36px;
  display: block;
  background: none;
  text-decoration: none;
}
.logisticsmodal .modal-dialog .modal-content .modal-header .close:before, .logisticsmodal .modal-dialog .modal-content .modal-header .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #6f6f6f;
  transform: rotate(45deg);
  top: 8px;
  left: -1px;
  position: absolute;
}
.logisticsmodal .modal-dialog .modal-content .modal-header .close:after {
  transform: rotate(-45deg);
}
.logisticsmodal .modal-dialog .modal-content .modal-header h6 {
  font-weight: 500;
  font-size: 1.125em;
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 28px;
  text-align: center;
}
.logisticsmodal .modal-dialog .modal-content .modal-body {
  padding: 8px 16px;
}
.logisticsmodal .modal-dialog .modal-content .modal-body ul {
  padding: 0;
  margin: 0;
}
.logisticsmodal .modal-dialog .modal-content .modal-body ul li {
  list-style: none;
  position: relative;
  color: #acacac;
  padding: 0 0 0 24px;
  text-align: left;
}
.logisticsmodal .modal-dialog .modal-content .modal-body ul li:last-child:after {
  display: none;
}
.logisticsmodal .modal-dialog .modal-content .modal-body ul li:first-child span {
  color: #0078c8;
}
.logisticsmodal .modal-dialog .modal-content .modal-body ul li:first-child:before {
  width: 10px;
  height: 10px;
  background: #0078c8;
  left: 5px;
  top: 6px;
}
.logisticsmodal .modal-dialog .modal-content .modal-body ul li span {
  display: block;
  font-weight: 500;
  font-size: 1em;
}
.logisticsmodal .modal-dialog .modal-content .modal-body ul li p {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  display: block;
}
.logisticsmodal .modal-dialog .modal-content .modal-body ul li:after {
  content: "";
  display: block;
  width: 0.5px;
  height: 36px;
  background: #ACACAC;
  position: absolute;
  left: 9.5px;
  top: 22px;
}
.logisticsmodal .modal-dialog .modal-content .modal-body ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: rgb(172, 172, 172);
  position: absolute;
  left: 7px;
  top: 7px;
  border-radius: 6px;
}

.cancelDelivery .modal-content {
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
}
.cancelDelivery .modal-content .modal-header {
  padding: 24px 0 0;
  border-bottom: none;
}
.cancelDelivery .modal-content .modal-header h5 {
  color: #2c2c2c;
  font-weight: 500;
  font-size: 1.125em;
  text-align: center;
}
.cancelDelivery .modal-content .modal-body {
  padding: 8px 25px 0 24px;
}
.cancelDelivery .modal-content .modal-body ul {
  padding: 0;
  margin: 0 0 8px;
}
.cancelDelivery .modal-content .modal-body ul li {
  list-style: none;
  font-size: 1em;
  font-weight: 400;
  color: #6f6f6f;
  display: flex;
}
.cancelDelivery .modal-content .modal-body ul li span {
  margin: 0 16px 0 0;
}
.cancelDelivery .modal-content .modal-body ul li p {
  padding: 0;
  margin: 0;
}
.cancelDelivery .modal-content .modal-body .note {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  text-align: left;
  display: block;
}
.cancelDelivery .modal-content .modal-footer {
  padding: 16px 24px 24px 24px;
}
.cancelDelivery .modal-content .modal-footer a {
  display: block;
  flex: 1;
  height: 40px;
  background: rgb(0, 120, 200);
  color: #fff;
  margin: 0;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 0 8px;
}
.cancelDelivery .modal-content .modal-footer a.cancel {
  border: 1px solid rgb(35, 145, 218);
  color: #0078c8;
  font-weight: 500;
  background: #FFF;
  font-size: 1em;
  margin: 0;
}

/**
 * Swiper 6.5.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 16, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%; /*height:100%;*/
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#333;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#333;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.index2025 {
  position: relative;
  background: #F5F5F5;
}
.index2025.fixedmenu {
  padding-top: 180px;
}
.index2025 main {
  padding: 0 0 8px 0;
}
.index2025 main .carousel-indicators a {
  border: none;
  width: 6px;
  height: 6px;
  opacity: 0.4;
  background-color: #ECECEC;
  border-radius: 50px;
  transition: all 0.6s;
  margin: 0 2px;
}
.index2025 main .carousel-indicators a.active {
  width: 12px;
  background: #0078c8;
  opacity: 1;
}
.index2025 main #carouselInterval {
  padding: 8px 12px;
  background: #fff;
}
.index2025 main #carouselInterval .carousel-item {
  border-radius: 8px;
}
.index2025 main #carouselInterval .carousel-item img {
  width: 100%;
  border-radius: 8px;
}
.index2025 main .iconsetbar {
  position: fixed;
  width: 100vw;
  padding: 10px 24px 10px 12px;
  z-index: 1003;
  display: flex;
  top: -50px;
  overflow-x: scroll;
  background: #fff;
  left: 0;
  animation-name: navup;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.index2025 main .iconsetbar.fixed {
  animation-name: navdown;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}
.index2025 main .iconsetbar.fixed .arrow {
  display: flex;
  top: 44px;
  transition: top 0.6s;
}
.index2025 main .iconsetbar.open {
  padding: 10px 0 0;
  flex-direction: column;
  width: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: fixed;
  top: 44px;
}
.index2025 main .iconsetbar.open .arrow {
  display: none;
}
.index2025 main .iconsetbar.open .allclass {
  display: block;
}
.index2025 main .iconsetbar.open .slideup {
  display: flex;
}
.index2025 main .iconsetbar.open .setwrap {
  margin: 0 12px;
  display: block;
}
.index2025 main .iconsetbar.open .setwrap ul {
  margin: 0;
  width: calc((100vw - 24px) / 2);
  justify-content: space-between;
  float: left;
}
.index2025 main .iconsetbar.open .setwrap ul li {
  margin: 0 0 32px;
  width: 50%;
}
.index2025 main .iconsetbar.open .setwrap ul li span {
  display: block !important;
}
.index2025 main .iconsetbar.open .setwrap ul li img {
  display: block;
  margin: auto;
}
.index2025 main .iconsetbar.open .setwrap ul li p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6f6f6f;
  text-align: center;
  border: none;
}
.index2025 main .iconsetbar::-webkit-scrollbar {
  display: none;
}
.index2025 main .iconsetbar .setwrap {
  display: flex;
  flex-direction: row;
}
.index2025 main .iconsetbar .setwrap ul {
  padding: 0;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.index2025 main .iconsetbar .setwrap ul li {
  margin: 0 8px 0 0;
  width: auto;
  list-style: none;
  float: left;
}
.index2025 main .iconsetbar .setwrap ul li a {
  display: block;
  position: relative;
}
.index2025 main .iconsetbar .setwrap ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(229, 39, 48);
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 20px;
  display: none;
}
.index2025 main .iconsetbar .setwrap ul li a img {
  width: 40px;
  display: block;
  margin: auto;
  display: none;
}
.index2025 main .iconsetbar .setwrap ul li a p {
  border: 1px solid rgb(35, 145, 218);
  font-weight: 400;
  font-size: 0.75em;
  color: rgb(0, 120, 200);
  padding: 3px 8px;
  border-radius: 20px;
  white-space: nowrap;
  margin: 0;
}
.index2025 main .iconsetbar .allclass {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  padding: 0;
  margin: 0 12px 12px 12px;
  display: none;
}
.index2025 main .iconsetbar .arrow {
  opacity: 1;
  display: flex;
  right: 0;
  top: -44px;
  transition: all 1s;
  position: fixed;
  box-shadow: -6px 0px 8px -2px rgba(0, 0, 0, 0.06);
  width: 32px;
  height: 44px;
  background-color: #fff;
  z-index: 99;
  align-items: center;
  justify-content: center;
  display: none;
  transition: top 0.6s;
}
.index2025 main .iconsetbar .arrow:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/backs6f.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
.index2025 main .iconsetbar .slideup {
  box-shadow: 0px 0.5px 0px 0px rgb(201, 201, 201) inset;
  padding: 11px 0;
  color: rgb(111, 111, 111);
  font-weight: 400;
  font-size: 0.875em;
  display: none;
  justify-content: center;
}
.index2025 main .iconsetbar .slideup:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/backs6f.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(270deg);
}
.index2025 main .iconset {
  padding: 2px 0 2px 16px;
  overflow-x: scroll;
  background: #fff;
  transition: none;
  display: flex;
}
.index2025 main .iconset::-webkit-scrollbar {
  display: none;
}
.index2025 main .iconset .outside {
  display: flex;
}
.index2025 main .iconset .outside ul {
  position: relative;
  margin: 0 12px 0 0;
  padding: 0;
  width: calc((100vw - 16px) / 5.2);
}
.index2025 main .iconset .outside ul li {
  width: 100%;
  list-style: none;
  text-align: center;
  float: left;
}
.index2025 main .iconset .outside ul li a {
  display: block;
  position: relative;
}
.index2025 main .iconset .outside ul li a img {
  width: 40px;
  margin: 0 0 4px;
}
.index2025 main .iconset .outside ul li a p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6f6f6f;
  text-align: center;
}
.index2025 main .iconset .outside ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(229, 39, 48);
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 20px;
  display: block;
}
.index2025 main .currentwrap {
  height: 206px;
  margin: 8px 12px;
  position: relative;
  background: linear-gradient(8.58deg, #F5F5F5 14.64%, #FFEAD2 58.75%, #FFCF7C 104.29%);
  border-radius: 8px;
}
.index2025 main .currentwrap:before {
  content: "";
  display: block;
  width: 81px;
  height: 60px;
  background-image: url(../image/clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -8px;
  top: -8px;
}
.index2025 main .currentwrap:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 7px;
  right: -1px;
  width: 21px;
  height: 165px;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 52.38%);
}
.index2025 main .currentwrap.over3:after {
  display: block;
}
.index2025 main .currentwrap.noafter:after {
  display: none;
}
.index2025 main .currentwrap .titlewrap {
  padding: 5px 0 0 12px;
  display: flex;
}
.index2025 main .currentwrap .titlewrap img {
  width: 88px;
  margin: 0 20px 0 0;
}
.index2025 main .currentwrap .titlewrap .time {
  padding: 0;
  margin: 0;
  display: flex;
}
.index2025 main .currentwrap .titlewrap .time li {
  width: 24px;
  height: 24px;
  background: rgb(27, 27, 27);
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 24px;
  text-align: center;
  margin: 0 10px 0 0;
  list-style: none;
  position: relative;
}
.index2025 main .currentwrap .titlewrap .time li:last-child:after {
  display: none;
}
.index2025 main .currentwrap .titlewrap .time li:after {
  content: "";
  display: block;
  width: 2px;
  height: 6px;
  background-image: url(../image/2point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 9px;
  right: -6px;
}
.index2025 main .currentwrap .pro-listime {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  padding: 5px 12px 14px 12px;
  display: flex;
  position: relative;
}
.index2025 main .currentwrap .pro-listime.over3 {
  padding: 5px 12px 14px 12px;
}
.index2025 main .currentwrap .pro-listime .list {
  position: relative;
  background: rgb(255, 255, 255);
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 164px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 0 6px 0 0;
  overflow: visible;
}
.index2025 main .currentwrap .pro-listime .list:last-child {
  margin: 0;
}
.index2025 main .currentwrap .pro-listime .list.soldout {
  position: relative;
}
.index2025 main .currentwrap .pro-listime .list.soldout img {
  opacity: 0.5;
}
.index2025 main .currentwrap .pro-listime .list.soldout .time {
  display: none;
}
.index2025 main .currentwrap .pro-listime .list.soldout:before {
  content: "已售完";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  font-size: 0.75em;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  padding: 4px;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 37px;
  margin: 0 0 0 -22px;
  z-index: 4;
}
.index2025 main .currentwrap .pro-listime .list .time {
  width: 56px;
  height: 22px;
  background-image: url(../image/time_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -4px;
  font-weight: 400;
  font-size: 0.625em;
  line-height: 18px;
  padding: 0 0 0 4px;
  color: #fff;
  z-index: 1;
}
.index2025 main .currentwrap .pro-listime .list img {
  width: 100px;
  margin: 0 auto 2px auto;
  border-radius: 8px;
}
.index2025 main .currentwrap .pro-listime .list .name {
  color: #4b4b4b;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.index2025 main .currentwrap .pro-listime .list .discount {
  color: #EF6500;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  padding: 0 4px;
}
.index2025 main .currentwrap .pro-listime .list .price {
  background: #FFF6E7;
  display: flex;
  padding: 0 0 0 4px;
  justify-content: space-between;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}
.index2025 main .currentwrap .pro-listime .list .price img {
  width: 28px;
  margin: 0;
  border-radius: 0;
  opacity: 1;
}
.index2025 main .currentwrap .pro-listime .list .price p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #EF6500;
  display: flex;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.index2025 main .currentwrap .pro-listime .list .price p:before {
  content: "$";
  display: block;
  font-size: 0.75em;
}
.index2025 main .soldouttit {
  margin: 16px auto;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: rgb(144, 144, 144);
  display: flex;
  align-items: center;
  justify-content: center;
}
.index2025 main .soldouttit:before, .index2025 main .soldouttit:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin: 0 8px 0 0;
  background: rgb(144, 144, 144);
}
.index2025 main .soldouttit:after {
  margin: 0 0 0 8px;
}
.index2025 .swal2-title {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  padding: 0;
}
.index2025 .swal2-popup {
  border-radius: 20px;
}
.index2025 .swal2-image {
  margin: 20px auto 8px;
}

#menuToggle {
  display: block;
  position: fixed;
  top: 16px;
  left: 67px;
  z-index: 3000;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
#menuToggle .blackbg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
}
#menuToggle input {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -5px;
  left: -2px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle input:checked ~ ul {
  transform: none;
}
#menuToggle input:checked .blackbg {
  display: block;
}
#menuToggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  margin-bottom: 4.5px;
  position: relative;
  background: #4B4B4B;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menu {
  position: absolute;
  width: 68vw;
  height: 100vh;
  margin: 11px 0 0 -67px;
  padding: 50px 0;
  padding-top: 36px;
  box-sizing: border-box;
  overflow-y: auto;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  z-index: 9999;
}
#menu li {
  margin: 0 0 8px;
  transition: all 0.6s;
  display: block;
}
#menu li.active a {
  font-weight: 500;
  background: rgb(234, 247, 255);
}
#menu li.active a .arrow {
  transform: rotate(180deg);
  transition: all 0.6s;
}
#menu li.active ol {
  margin: 10px 0 0;
  height: 188px;
  overflow: inherit;
  transition: all 0.6s;
}
#menu li.active ol li a {
  background: #fff;
}
#menu li.active.sidedown a {
  background: rgb(255, 255, 255);
}
#menu li.active.sidedown ol li.active a {
  background: rgb(234, 247, 255) !important;
}
#menu li a {
  color: #2C2C2C;
  font-weight: 400;
  font-size: 0.875em;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 12px;
}
#menu li a img {
  width: 24px;
  margin: 0 8px 0 0;
}
#menu li a .arrow {
  margin-left: auto;
  width: 16px;
  margin-right: 17px;
}
#menu li ol {
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
#menu li ol li {
  margin: 0 0 8px;
  list-style: none;
}
#menu li ol li a {
  font-weight: 400;
  font-size: 0.875em;
  padding: 10px 0 10px 42px;
}

.item-flow {
  padding: 0;
  width: calc(100% - 24px);
  display: flex;
  margin: 0 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-flow.mar8 {
  margin: 8px 12px 0 12px;
}
.item-flow .item {
  width: calc((100% - 8px) / 2);
  margin: 0 0 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.item-flow .item .flex-column .tag {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}
.item-flow .item .flex-column .content-box .price, .item-flow .item .flex-column .content-box .notice {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}
.item-flow .item.soldout:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.item-flow .item.soldout .imgwrap:after {
  content: "已售完";
  display: block;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -28px;
  padding: 6px 10px;
  border-radius: 8px;
  z-index: 2;
}
.item-flow .item.timelimit .imgwrap {
  position: relative;
}
.item-flow .item.timelimit .imgwrap img {
  opacity: 0.5;
}
.item-flow .item.timelimit .imgwrap .limit {
  padding: 6px 10px;
  border-radius: 100px;
  background: #F5802A;
  color: #fff;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 18px;
  display: block;
  position: absolute;
  margin: 0;
  top: calc(50% - 7.5px);
  width: -moz-max-content;
  width: max-content;
}
.item-flow .item .activity {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.item-flow .item .activity img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 171px;
}
.item-flow .item .flex-column {
  height: calc(100% - 172px);
}
.item-flow .item .imgwrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.item-flow .item .imgwrap img {
  width: 171px;
  height: 171px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.item-flow .item .imgwrap .limit {
  display: none;
}
.item-flow .item .title {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 18px;
  color: #4b4b4b;
  padding: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 20px;
  -webkit-line-clamp: 1;
}
.item-flow .item .tag {
  padding: 0;
  margin: 0 8px;
  display: flex;
  position: relative;
}
.item-flow .item .tag.limitgrab {
  padding: 0 0 0 44px;
}
.item-flow .item .tag.limitgrab:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../image/limitgrab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.item-flow .item .tag.limitgrab li {
  margin: 1px 2px 0 0;
}
.item-flow .item .tag li {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 18px;
  padding: 0 2px;
  border-radius: 4px;
  border: 0.5px solid #C9C9C9;
  white-space: nowrap;
  font-size: 0.75em;
  color: #4b4b4b;
  margin: 0 2px 0 0;
  list-style: none;
  letter-spacing: 0;
}
.item-flow .item .tag li.blue {
  color: #0078C8;
  border: 0.5px solid rgb(164, 209, 239);
}
.item-flow .item .price {
  padding: 0 8px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  color: #EF6500;
}
.item-flow .item .price.spanhide span {
  display: none;
}
.item-flow .item .price:before {
  content: "$";
  display: flex;
  color: #EF6500;
  font-size: 0.75em;
}
.item-flow .item .price p {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  color: #EF6500;
  padding: 0;
  margin: 0;
}
.item-flow .item .price span {
  font-weight: 400;
  font-size: 0.75em;
  color: #acacac;
  margin: 0 0 0 10px;
  text-decoration: line-through;
}
.item-flow .item .notice {
  font-weight: 400;
  font-size: 0.75em;
  color: #EF6500;
  padding: 0 8px 8px 8px;
  width: calc(100% - 24px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 20px;
  -webkit-line-clamp: 1;
}
.item-flow .item .limitset {
  font-weight: 400;
  font-size: 0.625em;
  line-height: 14px;
  color: rgb(75, 75, 75);
  padding: 0 8px 8px 8px;
  margin: -8px 0 0;
}
.item-flow .item .cart {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 8px;
  bottom: 8px;
  background-image: url(../image/cart_b.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.topbtn {
  position: fixed;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  width: 44px;
  height: 44px;
  background: rgb(245, 245, 245);
  bottom: 12px;
  right: 12px;
  border-radius: 50px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.3s;
  border: none;
  background-image: url(../image/top.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
}
.topbtn img {
  text-align: center;
}
.topbtn.r {
  right: -24px;
  opacity: 0.5;
}

.box-flow {
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.box-flow .item {
  margin: 0 0 8px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.box-flow .item.soldout:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.box-flow .item.soldout .imgwrap:after {
  content: "已售完";
  display: block;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -28px;
  padding: 6px 10px;
  border-radius: 8px;
  z-index: 2;
}
.box-flow .item.timelimit .imgwrap {
  display: block;
  position: relative;
  height: -moz-max-content;
  height: max-content;
}
.box-flow .item.timelimit .imgwrap img {
  opacity: 0.5;
  left: 0;
  top: 0;
}
.box-flow .item.timelimit .imgwrap .limit {
  padding: 6px 10px;
  border-radius: 100px;
  background: #F5802A;
  color: #fff;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 18px;
  display: block;
  position: absolute;
  margin-left: calc(50% - 68px);
  top: calc(50% - 15px);
  width: -moz-max-content;
  width: max-content;
}
.box-flow .item .activity {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.box-flow .item .activity img {
  width: 100%;
}
.box-flow .item .imgwrap {
  position: relative;
}
.box-flow .item .imgwrap img {
  width: 100%;
}
.box-flow .item .imgwrap .limit {
  display: none;
}
.box-flow .item .title {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 18px;
  color: #4b4b4b;
  padding: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.box-flow .item .tag {
  padding: 0;
  margin: 0 8px;
  display: flex;
  position: relative;
}
.box-flow .item .tag.limitgrab {
  padding: 0 0 0 44px;
}
.box-flow .item .tag.limitgrab:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../image/limitgrab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.box-flow .item .tag.limitgrab li {
  margin: 1px 2px 0 0;
}
.box-flow .item .tag li {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 18px;
  padding: 0 2px;
  border-radius: 4px;
  border: 0.5px solid #C9C9C9;
  font-size: 0.75em;
  color: #4b4b4b;
  margin: 0 2px 0 0;
  list-style: none;
}
.box-flow .item .tag li.blue {
  color: #0078C8;
  border: 0.5px solid rgb(164, 209, 239);
}
.box-flow .item .price {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  color: #EF6500;
  padding: 0 8px;
  display: flex;
}
.box-flow .item .price:before {
  content: "$";
  display: flex;
  color: #EF6500;
  font-size: 0.666666666em;
}
.box-flow .item .price span {
  font-weight: 400;
  font-size: 0.55555555em;
  color: #acacac;
  margin: 0 0 0 10px;
  text-decoration: line-through;
}
.box-flow .item .notice {
  font-weight: 400;
  font-size: 0.75em;
  color: #EF6500;
  padding: 0 8px 8px 8px;
}
.box-flow .item .limitset {
  font-weight: 400;
  font-size: 0.625em;
  line-height: 14px;
  color: rgb(75, 75, 75);
  padding: 0 8px 8px 8px;
  margin: -8px 0 0;
}
.box-flow .item .cart {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 8px;
  bottom: 8px;
  background-image: url(../image/cart_b.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@keyframes navdown {
  from {
    top: -44px;
  }
  to {
    top: 44px;
  }
}
@keyframes navup {
  from {
    top: 44px;
  }
  to {
    top: -44px;
  }
}
.swiper-ad {
  position: relative;
}
.swiper-ad img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: top !important;
     object-position: top !important;
  width: 100%;
}
.swiper-ad .swiper-paginationad {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
}
.swiper-ad .swiper-paginationad .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 0.4;
  background: rgb(236, 236, 236);
  transition: all 0.6s;
  margin: 0 2px;
  border-radius: 10px;
}
.swiper-ad .swiper-paginationad .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  background: rgb(0, 120, 200);
  opacity: 1;
}

.search-index {
  top: 44px;
  background-color: #fff;
  height: calc(100vh - 44px);
  display: none;
  z-index: 9999;
  left: 0;
  width: 100%;
  padding: 16px 0 0;
  position: fixed;
}
.search-index.active {
  display: block;
}
.search-index .title {
  font-weight: 500;
  font-size: 1em;
  line-height: 24px;
  padding: 0 12px;
  margin: 0 0 16px;
}
.search-index .title .del {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../image/delete.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.search-index .keyboard {
  padding: 0;
  margin: 0 12px;
  width: calc(100% - 24px);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
}
.search-index .keyboard.active {
  overflow: inherit;
  height: -moz-fit-content !important;
  height: fit-content !important;
  transition: all 0.6s;
}
.search-index .keyboard.active .arrow {
  transform: rotate(270deg);
}
.search-index .keyboard .arrow {
  width: 16px;
  height: 16px;
  background-image: url(../image/backs6f.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  right: 0;
  bottom: 10px;
  transform: rotate(90deg);
  transition: all 0.6s;
}
.search-index .keyboard li {
  border: 1px solid rgb(144, 144, 144);
  background: rgb(245, 245, 245);
  padding: 1.2px 8px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px 10px 0;
  float: left;
}
.search-index .keyboard li a {
  display: block;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 18px;
  color: rgb(75, 75, 75);
}
.search-index .keyboard li .close {
  width: 12px;
  height: 12px;
  background-image: url(../image/closeclear.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 88%;
  transform: rotate(90deg);
  margin: 0 0 0 4px;
}

.swiper-container {
  margin: 0 2px;
}
.swiper-container img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.swiper-pagination {
  position: relative;
  margin: 0 0 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom {
  bottom: inherit;
}

.swiper-pagination-bullet {
  background: #018dd6;
  width: 6px;
  height: 6px;
}

#fullModal {
  z-index: 999999;
}
#fullModal .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
}
#fullModal .modal-content {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  position: fixed;
  left: 0;
  top: 0;
  border: none;
}
#fullModal .modal-content:after {
  display: none;
}
#fullModal .modal-body {
  padding: 0;
}
#fullModal .modal-header {
  border-bottom: none;
  overflow: hidden;
  height: 44px;
  padding: 0;
}
#fullModal .modal-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#fullModal .modal-footer button {
  display: inline-block;
  margin: 5px 5px 0 5px;
  width: 110px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #c3c7c9;
  box-shadow: none;
  background-image: none;
  padding: 0;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
#fullModal .modal-footer button.btn-primary {
  background: #007dcd;
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}

.blackbg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1002;
}
.blackbg.active {
  display: block;
}

#carouselIndicators .carousel-inner .carousel-item img {
  width: 100%;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
#carouselIndicators .carousel-indicators {
  position: relative;
  margin: 10px 15%;
}
#carouselIndicators .carousel-indicators li {
  background: #018dd6;
  width: 6px;
  height: 6px;
  border: none;
  opacity: 0.2;
  margin: 0 2px;
  border-radius: 10px;
}
#carouselIndicators .carousel-indicators li.active {
  opacity: 1;
  margin: 0 1px;
}

.indexfirst-slider {
  width: 100vw;
  height: 100vh;
  background: #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  max-width: 768px;
}
.indexfirst-slider .wrap {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  margin: 20px;
  display: block;
  position: relative;
  height: calc(100% - 40px);
}
@media (min-width: 768px) {
  .indexfirst-slider .wrap {
    height: 90vh;
  }
}
.indexfirst-slider .wrap .notshow {
  width: 88%;
  height: 40px;
  line-height: 40px;
  background: rgb(0, 120, 200);
  border-radius: 20px;
  position: relative;
  padding: 0;
  color: #fff;
  margin: 16px auto;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
}
.indexfirst-slider .wrap .close {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1.23077px solid #C2C6C8;
  display: block;
  position: absolute;
  right: -10px;
  top: 8px;
  z-index: 2;
  opacity: 1;
}
@media (min-width: 768px) {
  .indexfirst-slider .wrap .close {
    top: -20px;
  }
}
.indexfirst-slider .wrap .close::before, .indexfirst-slider .wrap .close::after {
  content: "";
  display: block;
  width: 13px;
  height: 1.5px;
  background-color: #0D0D0D;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  border-radius: 4px;
  left: 50%;
  margin-left: -6.5px;
}
.indexfirst-slider .wrap .close::after {
  transform: rotate(-45deg);
}
.indexfirst-slider.active {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .indexfirst-slider.active {
    left: 50%;
    margin: 0 0 0 -384px;
  }
}
.indexfirst-slider.active .wrap .swiper-container {
  width: 100%;
  height: auto;
  margin: 5% 0 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .indexfirst-slider.active .wrap .swiper-container {
    margin: 0;
    height: 100%;
  }
}
.indexfirst-slider.active .wrap .swiper-container .mySwiper {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .indexfirst-slider.active .wrap .swiper-container .mySwiper .swiper-slide {
    text-align: center;
  }
}
.indexfirst-slider.active .wrap .swiper-container .mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .indexfirst-slider.active .wrap .swiper-container .mySwiper .swiper-slide img {
    width: auto;
    height: 80%;
    margin: auto;
  }
}

.preorder--index .all-class {
  width: 100%;
  position: fixed;
  padding: 6px 10px 4px 10px;
  margin: 0;
  color: #656565;
  height: 50px;
  z-index: 1000;
  transition: all 0.6s;
  top: 44px;
}
.preorder--index .all-class .nav-wrap {
  width: calc(100vw - 51px);
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  transition: all 0.6s;
}
.preorder--index .all-class .nav-wrap > ul {
  width: auto;
  padding: 0;
  margin: 0;
  height: 35px;
  z-index: 99;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.6s;
}
.preorder--index .all-class .nav-wrap > ul li {
  width: auto;
  margin: 0 3px 5px 0;
  text-align: center;
  list-style: none;
  display: inline-block;
  overflow: inherit;
}
.preorder--index .all-class .nav-wrap > ul li a {
  display: block;
  color: #656565;
  padding: 5px 10px;
  font-size: 14px;
}
.preorder--index .all-class .nav-wrap > ul li.active a {
  color: #1a1a1f;
  font-weight: bold;
}
.preorder--index .all-class h2 {
  float: left;
  font-size: 14px;
  display: none;
}
.preorder--index .all-class.active {
  transition: all 0.6s;
  height: auto;
}
.preorder--index .all-class.active h2 {
  display: block;
  margin: 10px 0 0 10px;
}
.preorder--index .all-class.active .arrow:after {
  transform: rotate(180deg);
}
.preorder--index .all-class.active .nav-wrap {
  margin: 45px 0 0;
  transition: all 0.6s;
  padding: 20px 0 0;
}
.preorder--index .all-class.active .nav-wrap > ul {
  height: auto;
  white-space: inherit;
  transition: all 0.6s;
}
.preorder--index .all-class.active .nav-wrap > ul li {
  margin: 0 3px 20px 0;
}
.preorder--index .activity-wrap {
  width: 100%;
  background-image: linear-gradient(-180deg, #17aad6 4%, #4fdedc 100%);
  overflow: hidden;
  margin: 0;
}
.preorder--index .activity-wrap .activity1 {
  margin: 20px 15px 12px 15px;
  height: 257px;
  position: relative;
  display: none;
}
.preorder--index .activity-wrap .activity1 .proimg, .preorder--index .activity-wrap .activity1 .recommend, .preorder--index .activity-wrap .activity1 .main, .preorder--index .activity-wrap .activity1 h2, .preorder--index .activity-wrap .activity1 .price, .preorder--index .activity-wrap .activity1 .btn {
  position: inherit;
  z-index: 5;
}
.preorder--index .activity-wrap .activity1 .proimg {
  margin: 0 auto;
  width: 130px;
  height: 126px;
  overflow: hidden;
  position: relative;
}
.preorder--index .activity-wrap .activity1 .proimg img {
  width: 100%;
}
.preorder--index .activity-wrap .activity1 .discount {
  width: 74px;
  height: 74px;
  background: #0078c8;
  border-radius: 50px;
  position: absolute;
  top: 27px;
  right: 25px;
  z-index: 10;
}
.preorder--index .activity-wrap .activity1 .discount .inner {
  transform: rotate(-20deg);
  color: #fff;
  text-align: center;
}
.preorder--index .activity-wrap .activity1 .discount .inner p {
  font-size: 14px;
  margin: 10px 0 0;
  padding: 0;
}
.preorder--index .activity-wrap .activity1 .discount .inner .num {
  font-size: 42px;
  margin: -5px 0 0;
}
.preorder--index .activity-wrap .activity1 .discount .inner .num > span {
  font-size: 14px;
}
.preorder--index .activity-wrap .activity1 .recommend {
  width: 212px;
  height: 40px;
  margin: -40px auto 0 auto;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  line-height: 42px;
  font-weight: 600;
  font-size: 26px;
  background: #fe5354;
}
.preorder--index .activity-wrap .activity1 .main {
  color: #fe5354;
  text-align: center;
  margin: 0;
  padding: 0;
}
.preorder--index .activity-wrap .activity1 h2 {
  margin: 4px 0 5px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 22px;
}
.preorder--index .activity-wrap .activity1 .price {
  text-align: center;
  margin: -5px auto 0 auto;
}
.preorder--index .activity-wrap .activity1 .price span {
  font-size: 14px;
  display: inline-block;
  color: #7b7b7b;
  text-decoration: line-through;
}
.preorder--index .activity-wrap .activity1 .price span.after {
  font-size: 24px;
  color: #fe5354;
  text-decoration: none;
}
.preorder--index .activity-wrap .activity1 .btn {
  width: 180px;
  height: 30px;
  margin: 0 auto;
  background: #0078c8;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 30px;
  border-radius: 4px;
  margin: 5px auto;
}
.preorder--index .activity-wrap .activity1 .reciprocal {
  width: 90px;
  height: 45px;
  position: absolute;
  top: 15px;
  left: 0;
}
.preorder--index .activity-wrap .activity1 .reciprocal p {
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.preorder--index .activity-wrap .activity1 .reciprocal .time {
  position: relative;
  margin: 5px 0 0;
  padding: 0;
}
.preorder--index .activity-wrap .activity1 .reciprocal .time li {
  float: left;
  color: #000;
  list-style-type: none;
}
.preorder--index .activity-wrap .activity1 .reciprocal .time li.bg {
  width: 24px;
  height: 24px;
  background: #000;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.preorder--index .activity-wrap .activity1:before {
  content: "";
  display: block;
  width: 100%;
  height: 187px;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.preorder--index .activity-wrap .activity2 {
  margin: 12px;
  position: relative;
  overflow: hidden;
  display: none;
}
.preorder--index .activity-wrap .activity2 .pro-wrap {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 8px 0 0;
  padding: 8px 12px 15px 12px;
}
.preorder--index .activity-wrap .activity2 .pro-wrap.soldout .btn, .preorder--index .activity-wrap .activity2 .pro-wrap.comingsoon .btn {
  -webkit-filter: grayscale(1);
  opacity: 0.35;
}
.preorder--index .activity-wrap .activity2 .pro-wrap.soldout:after, .preorder--index .activity-wrap .activity2 .pro-wrap.comingsoon:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 15px;
  z-index: 1;
}
.preorder--index .activity-wrap .activity2 .pro-wrap.soldout .proimg, .preorder--index .activity-wrap .activity2 .pro-wrap.comingsoon .proimg {
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.preorder--index .activity-wrap .activity2 .pro-wrap.soldout .proimg:before, .preorder--index .activity-wrap .activity2 .pro-wrap.comingsoon .proimg:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0 rgba(96, 96, 96, 0.41);
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.preorder--index .activity-wrap .activity2 .pro-wrap.soldout .proimg:after, .preorder--index .activity-wrap .activity2 .pro-wrap.comingsoon .proimg:after {
  content: "已售完";
  display: block;
  color: #fff;
  width: 48px;
  height: 34px;
  margin: -24px 0 0 -24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  padding: 32px 0 0;
  font-size: 0.75em;
  text-align: center;
  background-image: url(../image/soldout.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 68%;
}
.preorder--index .activity-wrap .activity2 .pro-wrap.comingsoon .proimg .commingsoontime {
  display: block;
  position: absolute;
  width: 130px;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin: 17px 0 0 -65px;
  color: #fff;
  font-size: 0.6875em;
  text-align: center;
}
.preorder--index .activity-wrap .activity2 .pro-wrap.comingsoon .proimg:before {
  width: 76px;
  height: 76px;
  margin: -38px 0 0 -38px;
}
.preorder--index .activity-wrap .activity2 .pro-wrap.comingsoon .proimg:after {
  content: "即將開賣";
  letter-spacing: -0.05em;
  background-image: url(../image/commingsoon.svg);
  background-size: 54%;
  padding: 28px 0 0;
  margin: -28px 0 0 -24px;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg {
  width: 100%;
  height: 215px;
  float: left;
  position: relative;
  margin: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .commingsoontime {
  display: none;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap {
  width: calc(100% + 24px);
  height: 40px;
  color: #fff;
  background-image: linear-gradient(-180deg, #2fbcd3 4%, #30c2d9 100%);
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  left: -12px;
  bottom: -40px;
  box-shadow: 0 2px 4px 0 rgba(0, 114, 190, 0.75);
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap:before {
  content: "會員專屬";
  display: block;
  width: 121px;
  height: 36px;
  color: #fff;
  text-shadow: 0 2px 4px #018dd6;
  font-size: 24px;
  font-weight: 600;
  color: #ffebeb;
  padding: 0 0 0 6px;
  line-height: 38px;
  letter-spacing: -0.05em;
  border-top-right-radius: 36px;
  background-image: linear-gradient(-180deg, #2fbcd3 4%, #30c2d9 100%);
  position: absolute;
  left: 0;
  top: -36px;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap .reciprocal {
  display: flex;
  align-content: center;
  margin: 10px 0 0 7px;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap .reciprocal p {
  line-height: 20px;
  margin: 0 7px 0 0;
  padding: 0;
  text-shadow: 0 2px 4px #018dd6;
  font-size: 15px;
  font-weight: 600;
  color: #ffebeb;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap .reciprocal .time {
  position: relative;
  margin: 0;
  padding: 0;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap .reciprocal .time li {
  float: left;
  color: #000;
  list-style-type: none;
  margin: 0 1px;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap .reciprocal .time li.bg {
  width: 20px;
  height: 20px;
  background: #000;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap .discount {
  width: 60px;
  height: 57px;
  padding: 0;
  letter-spacing: -0.05em;
  position: relative;
  margin: -25px 8px 0 0;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap .discount .tip {
  width: 57px;
  height: 57px;
  background-image: linear-gradient(315deg, #34aaf8, #0078c8);
  border-radius: 60px;
  text-align: center;
  border: 1px solid #0078c8;
  display: flex;
  padding: 0;
  justify-content: center;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap .discount .tip span {
  width: 57px;
  height: 45px;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  justify-content: center;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap .discount .tip span:first-child {
  font-size: 12px;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap .discount .tip span:nth-child(2) {
  font-size: 9px;
  margin: 5px 0 0 2px;
  line-height: 120%;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .proimg .reciprocal-wrap .discount .num-wrap {
  width: 100%;
  height: 15px;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  border-radius: 4px;
  position: absolute;
  bottom: 1px;
  background: #fff;
  border: 1px solid #0078c8;
  left: 0;
  color: #0078c8;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .txtinfo {
  float: left;
  width: 100%;
  margin: 40px 0 0;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .txtinfo h2 {
  color: #1a1a1f;
  font-weight: 600;
  font-size: 15px;
  margin: 5px 0 0;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .txtinfo .tag-wrap {
  padding: 0;
  margin: 4px 0 0;
  display: flex;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .txtinfo .tag-wrap li {
  color: #ff7511;
  border: 1px solid #ff7511;
  margin: 0 3px 0 0;
  font-size: 15px;
  list-style: none;
  border-radius: 4px;
  padding: 1px;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .price-wrap {
  width: 100%;
  margin: 4px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .price-wrap .price {
  width: 60px;
  line-height: 120%;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .price-wrap .price span {
  font-size: 15px;
  width: 100%;
  color: #666;
  text-decoration: line-through;
  float: inherit;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .price-wrap .price span:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .price-wrap .price span.after {
  font-size: 20px;
  color: #ff7511;
  text-decoration: none;
  font-weight: 600;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .price-wrap .surplus {
  font-size: 12px;
  color: #666;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .btn {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  color: #fff;
  background: rgb(4, 141, 214);
  background: linear-gradient(to right, rgb(4, 141, 214) 0%, rgb(94, 191, 255) 35%, rgb(94, 191, 255) 65%, rgb(4, 141, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048dd6', endColorstr='#048dd6',GradientType=1 );
  box-shadow: 0 4px 6px #a6d0ec;
  text-align: center;
  display: flex;
  margin: 9px 0 0;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .btn:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 28px;
  margin: 0 8px 0 0;
  background-image: url(../image/btn-enabled.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .btn p {
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 120, 200, 0.5);
}
.preorder--index .activity-wrap .activity2 .pro-wrap .btn p:last-child {
  display: none;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .btn.booking {
  background-image: linear-gradient(-151deg, #62CDF7 4%, #34C2A4 100%);
}
.preorder--index .activity-wrap .activity2 .pro-wrap .btn.booking p:first-child {
  display: none;
}
.preorder--index .activity-wrap .activity2 .pro-wrap .btn.booking p:last-child {
  display: block;
}
.preorder--index .activity-wrap .activity3, .preorder--index .activity-wrap .activity4 {
  padding: 8px 2px;
  position: relative;
  overflow: hidden;
  display: none;
}
.preorder--index .activity-wrap .activity3 .title-wrap, .preorder--index .activity-wrap .activity4 .title-wrap {
  margin: 4px 5px 12px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preorder--index .activity-wrap .activity3 .title-wrap .point, .preorder--index .activity-wrap .activity4 .title-wrap .point {
  width: 21px;
  height: 21px;
  display: block;
  border-radius: 20px;
  position: relative;
  background: rgb(151, 220, 236);
  background: linear-gradient(135deg, rgb(151, 220, 236) 20%, rgb(82, 204, 226) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97dcec', endColorstr='#52cce2',GradientType=1 );
}
.preorder--index .activity-wrap .activity3 .title-wrap .point:before, .preorder--index .activity-wrap .activity4 .title-wrap .point:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 12px;
  background: rgb(52, 170, 248);
  background: linear-gradient(to right, rgb(52, 170, 248) 0%, #2aa0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34aaf8', endColorstr='#2aa0f0',GradientType=1 );
  border: 1px solid #4bd6e4;
}
.preorder--index .activity-wrap .activity3 .title-wrap .title, .preorder--index .activity-wrap .activity4 .title-wrap .title {
  width: 68%;
  height: 32px;
  background: rgb(94, 191, 255);
  background: linear-gradient(to right, rgb(94, 191, 255) 0%, rgb(23, 170, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ebfff', endColorstr='#17aad6',GradientType=1 );
  border-radius: 30px;
  border: 1px solid #35d3e2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px 0 #0072be;
  margin: 0 10px;
}
.preorder--index .activity-wrap .activity3 .title-wrap .title span, .preorder--index .activity-wrap .activity4 .title-wrap .title span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin: 0 5px 0 0;
}
.preorder--index .activity-wrap .activity3 .title-wrap .title .time, .preorder--index .activity-wrap .activity4 .title-wrap .title .time {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preorder--index .activity-wrap .activity3 .title-wrap .title .time li, .preorder--index .activity-wrap .activity4 .title-wrap .title .time li {
  text-align: center;
  color: #000;
  list-style-type: none;
  font-size: 11px;
  margin: 0 1px;
}
.preorder--index .activity-wrap .activity3 .title-wrap .title .time li.bg, .preorder--index .activity-wrap .activity4 .title-wrap .title .time li.bg {
  width: 20px;
  height: 20px;
  background: #000;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
.preorder--index .activity-wrap .activity3 .item-wrap, .preorder--index .activity-wrap .activity4 .item-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item, .preorder--index .activity-wrap .activity4 .item-wrap .item {
  width: calc((100vw - 14px) / 2);
  background: #fff;
  margin: 0 5px;
  border-radius: 10px;
  padding: 0 0 12px;
  position: relative;
  overflow: hidden;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .proimg, .preorder--index .activity-wrap .activity4 .item-wrap .item .proimg {
  padding: 0;
  float: left;
  position: relative;
  margin: 0;
  width: 100%;
  height: 172px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .proimg .booking_img, .preorder--index .activity-wrap .activity4 .item-wrap .item .proimg .booking_img {
  display: none;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .proimg .pink, .preorder--index .activity-wrap .activity4 .item-wrap .item .proimg .pink {
  width: 38px;
  height: 38px;
  border-radius: 20px;
  background: #fe5354;
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  padding: 0;
  line-height: 110%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .proimg .pink > p, .preorder--index .activity-wrap .activity4 .item-wrap .item .proimg .pink > p {
  margin: 0;
  padding: 0;
  font-size: 9px;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .discount, .preorder--index .activity-wrap .activity4 .item-wrap .item .discount {
  width: 106px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -8px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  line-height: 22px;
  letter-spacing: -0.05em;
  border-radius: 20px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #0078c8;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .discount .tip, .preorder--index .activity-wrap .activity4 .item-wrap .item .discount .tip {
  margin: 0;
  text-align: center;
  position: relative;
  line-height: 22px;
  width: 51%;
  height: 22px;
  display: block;
  border-radius: 50px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  box-shadow: none;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .discount .num-wrap, .preorder--index .activity-wrap .activity4 .item-wrap .item .discount .num-wrap {
  width: 49%;
  height: 20px;
  text-align: center;
  color: #0078c8;
  line-height: 20px;
  border-radius: 20px;
  margin: 1px 0 0;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .commingsoontime, .preorder--index .activity-wrap .activity4 .item-wrap .item .commingsoontime {
  display: block;
  position: absolute;
  width: 130px;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin: 15px 0 0 -65px;
  color: #fff;
  font-size: 0.6875em;
  text-align: center;
  display: none;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item h2, .preorder--index .activity-wrap .activity4 .item-wrap .item h2 {
  color: #1a1a1f;
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0 0;
  width: 100%;
  padding: 0 8px;
  float: left;
  height: 43px;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .tag-wrap, .preorder--index .activity-wrap .activity4 .item-wrap .item .tag-wrap {
  padding: 0 8px;
  margin: 4px 0 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .tag-wrap li, .preorder--index .activity-wrap .activity4 .item-wrap .item .tag-wrap li {
  color: #ff7511;
  border: 1px solid #ff7511;
  margin: 0 3px 0 0;
  font-size: 14px;
  list-style: none;
  border-radius: 4px;
  padding: 1px;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .price, .preorder--index .activity-wrap .activity4 .item-wrap .item .price {
  margin: 5px 0 0;
  float: left;
  width: 100%;
  text-align: left;
  padding: 0 8px;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .price span, .preorder--index .activity-wrap .activity4 .item-wrap .item .price span {
  font-size: 11px;
  color: #666;
  text-decoration: line-through;
  padding: 0;
  margin: 0;
  opacity: 0.7;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .price span:after, .preorder--index .activity-wrap .activity4 .item-wrap .item .price span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .price span.after, .preorder--index .activity-wrap .activity4 .item-wrap .item .price span.after {
  color: #ff7511;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-align: left;
  opacity: 1;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .btn, .preorder--index .activity-wrap .activity4 .item-wrap .item .btn {
  width: calc(100% - 16px);
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  color: #fff;
  background: rgb(4, 141, 214);
  background: linear-gradient(to right, rgb(4, 141, 214) 0%, rgb(94, 191, 255) 35%, rgb(94, 191, 255) 65%, rgb(4, 141, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048dd6', endColorstr='#048dd6',GradientType=1 );
  box-shadow: 0 4px 6px #a6d0ec;
  margin: 8px 0 0;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  position: relative;
  margin: 10px 8px 0 8px;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .btn:before, .preorder--index .activity-wrap .activity4 .item-wrap .item .btn:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 28px;
  position: absolute;
  left: 15px;
  top: 1px;
  background-image: url(../image/btn-enabled.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .btn p, .preorder--index .activity-wrap .activity4 .item-wrap .item .btn p {
  padding: 0;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 120, 200, 0.5);
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .btn p:last-child, .preorder--index .activity-wrap .activity4 .item-wrap .item .btn p:last-child {
  display: none;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .btn.booking, .preorder--index .activity-wrap .activity4 .item-wrap .item .btn.booking {
  background-image: linear-gradient(-151deg, #62CDF7 4%, #34C2A4 100%);
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .btn.booking p:first-child, .preorder--index .activity-wrap .activity4 .item-wrap .item .btn.booking p:first-child {
  display: none;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .btn.booking p:last-child, .preorder--index .activity-wrap .activity4 .item-wrap .item .btn.booking p:last-child {
  display: block;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item .surplus, .preorder--index .activity-wrap .activity4 .item-wrap .item .surplus {
  text-align: center;
  font-size: 12px;
  margin: 10px 0 0;
  padding: 0;
  color: #666;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item.soldout:after, .preorder--index .activity-wrap .activity3 .item-wrap .item.commingsoon:after, .preorder--index .activity-wrap .activity4 .item-wrap .item.soldout:after, .preorder--index .activity-wrap .activity4 .item-wrap .item.commingsoon:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 38px;
  z-index: 1;
  left: 0;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item.soldout .proimg, .preorder--index .activity-wrap .activity3 .item-wrap .item.commingsoon .proimg, .preorder--index .activity-wrap .activity4 .item-wrap .item.soldout .proimg, .preorder--index .activity-wrap .activity4 .item-wrap .item.commingsoon .proimg {
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item.soldout .proimg .discount, .preorder--index .activity-wrap .activity3 .item-wrap .item.soldout .proimg .pink, .preorder--index .activity-wrap .activity3 .item-wrap .item.commingsoon .proimg .discount, .preorder--index .activity-wrap .activity3 .item-wrap .item.commingsoon .proimg .pink, .preorder--index .activity-wrap .activity4 .item-wrap .item.soldout .proimg .discount, .preorder--index .activity-wrap .activity4 .item-wrap .item.soldout .proimg .pink, .preorder--index .activity-wrap .activity4 .item-wrap .item.commingsoon .proimg .discount, .preorder--index .activity-wrap .activity4 .item-wrap .item.commingsoon .proimg .pink {
  opacity: 0.6;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item.soldout .proimg:before, .preorder--index .activity-wrap .activity3 .item-wrap .item.commingsoon .proimg:before, .preorder--index .activity-wrap .activity4 .item-wrap .item.soldout .proimg:before, .preorder--index .activity-wrap .activity4 .item-wrap .item.commingsoon .proimg:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0 rgba(96, 96, 96, 0.41);
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item.soldout .proimg:after, .preorder--index .activity-wrap .activity3 .item-wrap .item.commingsoon .proimg:after, .preorder--index .activity-wrap .activity4 .item-wrap .item.soldout .proimg:after, .preorder--index .activity-wrap .activity4 .item-wrap .item.commingsoon .proimg:after {
  content: "已售完";
  display: block;
  color: #fff;
  width: 48px;
  height: 34px;
  margin: -24px 0 0 -24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  padding: 32px 0 0;
  font-size: 0.75em;
  text-align: center;
  background-image: url(../image/soldout.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 68%;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item.soldout .btn, .preorder--index .activity-wrap .activity3 .item-wrap .item.commingsoon .btn, .preorder--index .activity-wrap .activity4 .item-wrap .item.soldout .btn, .preorder--index .activity-wrap .activity4 .item-wrap .item.commingsoon .btn {
  -webkit-filter: grayscale(1);
  opacity: 0.35;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item.commingsoon .proimg:before, .preorder--index .activity-wrap .activity4 .item-wrap .item.commingsoon .proimg:before {
  width: 76px;
  height: 76px;
  margin: -38px 0 0 -38px;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item.commingsoon .proimg:after, .preorder--index .activity-wrap .activity4 .item-wrap .item.commingsoon .proimg:after {
  content: "即將開賣";
  letter-spacing: -0.05em;
  background-image: url(../image/commingsoon.svg);
  background-size: 54%;
  padding: 28px 0 0;
  margin: -28px 0 0 -24px;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item.commingsoon .proimg .commingsoontime, .preorder--index .activity-wrap .activity4 .item-wrap .item.commingsoon .proimg .commingsoontime {
  display: block;
}
.preorder--index .activity-wrap .activity3 .item-wrap .item.booking .proimg .booking_img, .preorder--index .activity-wrap .activity4 .item-wrap .item.booking .proimg .booking_img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
.preorder--index .activity-wrap .activity4 {
  padding: 4px 2px;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item {
  margin: 0 2px;
  padding: 0 0 8px 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .proimg {
  height: 120px;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .discount {
  width: 94px;
  height: 16px;
  line-height: 16px;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -47px;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .discount .tip, .preorder--index .activity-wrap .activity4 .item-wrap .item .discount .num-wrap {
  height: 16px;
  line-height: 16px;
  margin: 0;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item h2 {
  text-align: left;
  height: 43px;
  margin: 12px 0 0;
  padding: 0 2px;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .tag-wrap {
  padding: 0 2px;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .tag-wrap li {
  font-size: 11px;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .price {
  padding: 0 2px;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .price span.after {
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .btn {
  display: inline-block;
  float: inherit;
  margin: 10px 2px 0 2px;
  width: calc(100% - 4px);
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .btn p {
  padding: 0;
  margin: 0;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .btn p:last-child {
  display: none;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .btn.booking {
  background-image: linear-gradient(-151deg, #62CDF7 4%, #34C2A4 100%);
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .btn.booking p:first-child {
  display: none;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item .btn.booking p:last-child {
  display: block;
}
.preorder--index .activity-wrap .activity4 .item-wrap .item.soldout:after, .preorder--index .activity-wrap .activity4 .item-wrap .item.commingsoon:after {
  bottom: 34px;
}
.preorder--index .activity-wrap .activity1.active, .preorder--index .activity-wrap .activity2.active, .preorder--index .activity-wrap .activity3.active, .preorder--index .activity-wrap .activity4.active {
  display: block;
}
.preorder--index .submenu {
  margin: 0 5px;
  transition: all 0.6s;
  display: block;
  white-space: nowrap;
  overflow-x: scroll;
  width: calc(100% - 10px);
  position: relative;
  background: #f9f9f9;
  padding: 0;
  opacity: 0;
}
.preorder--index .submenu.active {
  padding: 50px 0 0;
  opacity: 1;
  position: fixed;
  top: 94px;
  z-index: 999;
  margin: 0;
  width: 100%;
  padding: 0 10px;
  transition: all 0.6s;
  display: inline-block;
}
.preorder--index .submenu li {
  margin: 5px 3px 5px 0;
  text-align: center;
  list-style: none;
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
}
.preorder--index .submenu li a {
  display: block;
  color: #666;
  padding: 10px 8px;
  font-size: 14px;
  background-color: #fff;
}
.preorder--index .submenu li.active a {
  color: #000;
  font-weight: bold;
}
.preorder--index main.notabs .all-class {
  top: 44px;
}
.preorder--index main.notabs .activity-wrap {
  margin: 50px 0 0;
}

.pro-list {
  position: relative;
  overflow: hidden;
  padding: 15px 7px;
}
.pro-list .out-wrap {
  display: flex;
  align-items: stretch;
  clear: both;
}
.pro-list .list {
  width: calc((100% - 14px) / 2);
  padding: 0;
  background: #fff;
  float: left;
  position: relative;
  margin: 0 4px 10px 4px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.pro-list .list .booking_img {
  display: none;
}
.pro-list .list.booking .topimg .booking_img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
.pro-list .list.booking .topimg .discount {
  right: 0;
}
.pro-list .list.soldout:after, .pro-list .list.commingsoon:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 41px;
  z-index: 1;
}
.pro-list .list.soldout .topimg, .pro-list .list.commingsoon .topimg {
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.pro-list .list.soldout .topimg .discount, .pro-list .list.commingsoon .topimg .discount {
  opacity: 0.6;
}
.pro-list .list.soldout .topimg .pink, .pro-list .list.commingsoon .topimg .pink {
  display: none;
}
.pro-list .list.soldout .topimg:before, .pro-list .list.commingsoon .topimg:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0 rgba(96, 96, 96, 0.41);
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.pro-list .list.soldout .topimg:after, .pro-list .list.commingsoon .topimg:after {
  content: "已售完";
  display: block;
  color: #fff;
  width: 48px;
  height: 34px;
  margin: -24px 0 0 -24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  padding: 32px 0 0;
  font-size: 0.75em;
  text-align: center;
  background-image: url(../image/soldout.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 68%;
}
.pro-list .list.soldout .buy, .pro-list .list.commingsoon .buy {
  -webkit-filter: grayscale(1);
  opacity: 0.35;
}
.pro-list .list.commingsoon .topimg:before {
  width: 76px;
  height: 76px;
  margin: -38px 0 0 -38px;
}
.pro-list .list.commingsoon .topimg:after {
  content: "即將開賣";
  letter-spacing: -0.05em;
  background-image: url(../image/commingsoon.svg);
  background-size: 54%;
  padding: 28px 0 0;
  margin: -28px 0 0 -24px;
}
.pro-list .list.commingsoon .topimg .commingsoontime {
  display: block;
  position: absolute;
  width: 130px;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin: 17px 0 0 -65px;
  color: #fff;
  font-size: 0.6875em;
  text-align: center;
}
.pro-list .list .topimg {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 172px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pro-list .list .topimg .pink {
  width: 38px;
  height: 38px;
  border-radius: 20px;
  background: #fe5354;
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  padding: 0;
  line-height: 110%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-list .list .topimg .pink > p {
  margin: 0;
  padding: 0;
  font-size: 9px;
}
.pro-list .list .topimg .commingsoontime {
  display: none;
}
.pro-list .list .topimg .discount {
  width: 106px;
  overflow: hidden;
  position: absolute;
  right: 6px;
  bottom: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  line-height: 22px;
  letter-spacing: -0.05em;
  border-radius: 20px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #0078c8;
}
.pro-list .list .topimg .discount .tip {
  margin: 0;
  text-align: center;
  position: relative;
  line-height: 22px;
  width: 51%;
  height: 22px;
  display: block;
  border-radius: 50px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  box-shadow: none;
}
.pro-list .list .topimg .discount .num-wrap {
  width: 49%;
  height: 20px;
  text-align: center;
  color: #0078c8;
  line-height: 20px;
  border-radius: 20px;
  margin: 1px 0 0;
}
.pro-list .list h5 {
  margin: 15px 8px 10px 8px;
  font-size: 15px;
}
.pro-list .list .tag-wrap {
  padding: 4px 8px 0 8px;
  margin: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.pro-list .list .tag-wrap li {
  color: #ff7511;
  border: 1px solid #ff7511;
  margin: 0 2px 0 0;
  font-size: 13px;
  list-style: none;
  border-radius: 4px;
  padding: 1px;
}
.pro-list .list .price {
  width: 100%;
  float: left;
  padding: 0 8px;
}
.pro-list .list .price span {
  font-size: 11px;
  color: #666;
  text-decoration: line-through;
  padding: 0;
  margin: 0;
  opacity: 0.7;
}
.pro-list .list .price p {
  color: #ff7511;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.pro-list .list .price p span {
  color: #ff7511;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
}
.pro-list .list .btn-wrap {
  margin-top: auto;
}
.pro-list .list .buy {
  width: calc(100% - 16px);
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  color: #fff;
  background: rgb(4, 141, 214);
  background: linear-gradient(to right, rgb(4, 141, 214) 0%, rgb(94, 191, 255) 35%, rgb(94, 191, 255) 65%, rgb(4, 141, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048dd6', endColorstr='#048dd6',GradientType=1 );
  box-shadow: 0 4px 6px #a6d0ec;
  margin: 8px 8px 0 8px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 120, 200, 0.5);
  border: solid 1px #25b3ff;
}
.pro-list .list .buy:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 28px;
  position: absolute;
  left: 15px;
  top: 1px;
  background-image: url(../image/btn-enabled.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pro-list .list .buy p {
  padding: 0;
  margin: 0;
}
.pro-list .list .buy p:last-child {
  display: none;
}
.pro-list .list .buy.booking {
  background: rgb(4, 141, 214);
  background: linear-gradient(to right, rgb(4, 141, 214) 0%, rgb(94, 191, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048dd6', endColorstr='#5ebfff',GradientType=1 );
  box-shadow: 0 4px 6px #a6d0ec;
}
.pro-list .list .buy.booking p:first-child {
  display: none;
}
.pro-list .list .buy.booking p:last-child {
  display: block;
}
.pro-list .list .surplus {
  text-align: center;
  font-size: 12px;
  margin: 10px 0 15px 0;
  padding: 0;
  color: #666;
}

.swiper-container {
  margin: 0 2px;
}
.swiper-container img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.swiper-pagination {
  position: relative;
  margin: 0 0 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom {
  bottom: inherit;
}

.swiper-pagination-bullet {
  background: #018dd6;
  width: 6px;
  height: 6px;
}

#fullModal {
  z-index: 999999;
}
#fullModal .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
}
#fullModal .modal-content {
  width: 100vw;
  height: 100vh;
  border-radius: 0;
  position: fixed;
  left: 0;
  top: 0;
  border: none;
}
#fullModal .modal-content:after {
  display: none;
}
#fullModal .modal-body {
  padding: 0;
}
#fullModal .modal-header {
  border-bottom: none;
  overflow: hidden;
  height: 44px;
  padding: 0;
}
#fullModal .modal-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
#fullModal .modal-footer button {
  display: inline-block;
  margin: 5px 5px 0 5px;
  width: 110px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #c3c7c9;
  box-shadow: none;
  background-image: none;
  padding: 0;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
#fullModal .modal-footer button.btn-primary {
  background: #007dcd;
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}

#carouselIndicators .carousel-inner .carousel-item img {
  width: 100%;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
#carouselIndicators .carousel-indicators {
  position: relative;
  margin: 10px 15%;
}
#carouselIndicators .carousel-indicators li {
  background: #018dd6;
  width: 6px;
  height: 6px;
  border: none;
  opacity: 0.2;
  margin: 0 2px;
  border-radius: 10px;
}
#carouselIndicators .carousel-indicators li.active {
  opacity: 1;
  margin: 0 1px;
}

.product-list2025 {
  position: relative;
  background: #F5F5F5;
}
.product-list2025 main {
  padding: 78px 0 0;
}
.product-list2025 .swal2-title {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  padding: 0;
}
.product-list2025 .swal2-popup {
  border-radius: 20px;
}
.product-list2025 .swal2-image {
  margin: 20px auto 8px;
}
.product-list2025 .iconsetwrap {
  width: 100%;
  position: fixed;
  top: 45.38px;
  left: 0;
  z-index: 1020;
}
.product-list2025 .iconset {
  padding: 8px 32px 8px 12px;
  overflow-x: scroll;
  background: #fff;
}
.product-list2025 .iconset::-webkit-scrollbar {
  display: none;
}
.product-list2025 .iconset.open {
  padding: 12px 0 0;
  width: 100%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: fixed;
  z-index: 3;
}
.product-list2025 .iconset.open ul {
  width: 100%;
  padding: 0 12px;
}
.product-list2025 .iconset.open ul li {
  margin: 0 0 20px;
  width: 25%;
}
.product-list2025 .iconset.open ul li:nth-child(4n+1) {
  clear: both;
}
.product-list2025 .iconset.open .allclass {
  display: block;
}
.product-list2025 .iconset.open .slideup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.product-list2025 .iconset.open .arrow {
  display: none;
}
.product-list2025 .iconset .allclass {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  display: none;
  transition: all 0.6s;
}
.product-list2025 .iconset .slideup {
  box-shadow: 0px 0.5px 0px 0px rgb(201, 201, 201) inset;
  padding: 11px 0;
  color: rgb(111, 111, 111);
  font-weight: 400;
  font-size: 0.875em;
  display: none;
}
.product-list2025 .iconset .slideup:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/backs6f.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(270deg);
}
.product-list2025 .iconset .arrow {
  display: flex;
  width: 32px;
  height: 74px;
  background-color: #fff;
  z-index: 99;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 0;
  box-shadow: -6px 0px 8px -2px rgba(0, 0, 0, 0.06);
}
.product-list2025 .iconset .arrow:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/backs6f.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
.product-list2025 .iconset ul {
  position: relative;
  margin: 0;
  padding: 0 30px 0 0;
  width: -moz-max-content;
  width: max-content;
}
.product-list2025 .iconset ul li {
  width: 65px;
  margin: 0 8px 0 0;
  list-style: none;
  text-align: center;
  float: left;
}
.product-list2025 .iconset ul li a {
  display: block;
  position: relative;
}
.product-list2025 .iconset ul li img {
  width: 40px;
  margin: 0 0 4px;
}
.product-list2025 .iconset ul li p {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6f6f6f;
  text-align: center;
}
.product-list2025 .iconset ul li span {
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(229, 39, 48);
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 20px;
  display: block;
}
.product-list2025 .iconset ul li.active a img {
  border: 1.5px solid rgb(35, 145, 218);
  border-radius: 20px;
}
.product-list2025 .iconset ul li.active a p {
  background: rgb(35, 145, 218);
  color: #fff;
  padding: 0 4px;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.product-list2025 .submenu {
  padding: 8px 8px 0 12px;
  overflow-x: scroll;
  margin: 0 0 8px;
}
.product-list2025 .submenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
}
.product-list2025 .submenu ul li {
  margin: 0 8px 0 0;
  list-style: none;
  float: left;
}
.product-list2025 .submenu ul li a {
  display: block;
  padding: 2px 8px;
  font-weight: 400;
  font-size: 0.875em;
  text-align: center;
  border: 0.5px solid rgb(172, 172, 172);
  border-radius: 4px;
  color: rgb(44, 44, 44);
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
  overflow: hidden;
  background: rgb(255, 255, 255);
}
.product-list2025 .submenu ul li.active a {
  border: 1px solid rgb(0, 120, 200);
  background: rgb(241, 250, 255);
  color: rgb(0, 120, 200);
}
.product-list2025 .box-flow {
  margin: 8px 12px;
}

.preorder--product2025.soldout .swiper-container {
  position: relative;
}
.preorder--product2025.soldout .swiper-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.preorder--product2025.soldout .swiper-container:after {
  content: "已售完";
  display: block;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
  padding: 6px 10px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -40px;
  border-radius: 8px;
}
.preorder--product2025.limittime .swiper-container {
  position: relative;
}
.preorder--product2025.limittime .swiper-container .limittime {
  display: block;
  z-index: 3;
  position: absolute;
  font-weight: 500;
  font-size: 1em;
  padding: 10px 20px;
  color: #fff;
  background: rgb(245, 128, 42);
  border-radius: 50px;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  margin: -22px 0 0 -97.5px;
}
.preorder--product2025 .swal2-title {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  padding: 0;
}
.preorder--product2025 .swal2-popup {
  border-radius: 20px;
}
.preorder--product2025 .swal2-image {
  margin: 20px auto 8px;
}
.preorder--product2025 header {
  padding: 0 12px;
  background: transparent;
  transition: all 0.6s;
}
.preorder--product2025 header img {
  width: 44px;
}
.preorder--product2025 header img.bg {
  display: block;
}
.preorder--product2025 header img.nobg {
  display: none;
}
.preorder--product2025 header .txt {
  display: none;
}
.preorder--product2025 header a {
  position: relative;
}
.preorder--product2025 header a .num {
  height: 16px;
  position: absolute;
  color: #fff;
  background: #E52730;
  right: 1px;
  top: 0;
  font-size: 0.625em;
  line-height: 16px;
  min-width: 16px;
  border-radius: 8px;
  text-align: center;
  padding: 0 4px;
}
.preorder--product2025 header.scrollH, .preorder--product2025 header.scrollA {
  background: #fff;
  opacity: 0.25;
  transition: all 0.6s;
}
.preorder--product2025 header.scrollH img.bg, .preorder--product2025 header.scrollA img.bg {
  display: none;
}
.preorder--product2025 header.scrollH img.nobg, .preorder--product2025 header.scrollA img.nobg {
  display: block;
}
.preorder--product2025 header.scrollH .txt, .preorder--product2025 header.scrollA .txt {
  display: block;
  line-height: 44px;
  font-weight: 500;
  font-size: 16px;
  padding: 0 20px;
  color: #909090;
}
.preorder--product2025 header.scrollH .txt.hidden, .preorder--product2025 header.scrollA .txt.hidden {
  display: none;
}
.preorder--product2025 header.scrollH .txt.active, .preorder--product2025 header.scrollA .txt.active {
  color: #0078C8;
}
.preorder--product2025 header.scrollA {
  opacity: 1;
}
.preorder--product2025 main {
  margin: -44px 0 0;
  background: #F5F5F5;
  padding: 0 0 66px;
}
.preorder--product2025 main .swiper-container {
  position: relative;
  margin: 0;
}
.preorder--product2025 main .swiper-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.preorder--product2025 main .swiper-container .swiper-slide {
  position: relative;
}
.preorder--product2025 main .swiper-container .swiper-slide .activity {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.preorder--product2025 main .swiper-container .limittime {
  display: none;
}
.preorder--product2025 main .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  font-weight: 400;
  font-size: 0.625em;
  color: rgb(255, 255, 255);
  padding: 4px 8px;
  margin: 0 auto;
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -18px;
}
.preorder--product2025 main .swiper-pagination.swiper-pagination-lock {
  display: block;
}
.preorder--product2025 main .limittime {
  background: rgb(235, 76, 84);
  padding: 5.5px 12px;
  display: flex;
}
.preorder--product2025 main .limittime .time {
  padding: 0;
  margin: 0;
  display: flex;
}
.preorder--product2025 main .limittime .time li {
  width: 24px;
  height: 24px;
  background: rgb(27, 27, 27);
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 24px;
  text-align: center;
  margin: 0 15px 0 0;
  list-style: none;
  position: relative;
}
.preorder--product2025 main .limittime .time li:last-child {
  margin: 0;
}
.preorder--product2025 main .limittime .time li:last-child:after {
  display: none;
}
.preorder--product2025 main .limittime .time li:after {
  content: "";
  display: block;
  width: 3px;
  height: 9px;
  background-image: url(../image/pro-2point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  right: -9px;
}
.preorder--product2025 main .dayline {
  padding: 4px 8px;
  background: rgb(255, 243, 235);
}
.preorder--product2025 main .dayline p {
  color: #EF6500;
  font-weight: 500;
  font-size: 0.875em;
  padding: 0;
  margin: 0;
  display: flex;
  line-height: 20px;
  align-items: center;
}
.preorder--product2025 main .dayline p:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/time.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.preorder--product2025 main .dayline span {
  font-weight: 400;
  font-size: 0.75em;
  color: rgb(144, 144, 144);
  text-align: right;
  line-height: 14px;
}
.preorder--product2025 main .proinfo {
  margin: 6px 12px 8px 12px;
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}
.preorder--product2025 main .proinfo.rec-m {
  padding: 12px 12px 1px 12px;
}
.preorder--product2025 main .proinfo .pricewrap {
  position: relative;
}
.preorder--product2025 main .proinfo .pricewrap .price {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 22px;
  color: #EF6500;
}
.preorder--product2025 main .proinfo .pricewrap .price:before {
  content: "$";
  display: block;
  font-size: 0.5888888em;
}
.preorder--product2025 main .proinfo .pricewrap .price span {
  font-size: 0.5888888em;
  color: rgb(144, 144, 144);
  text-decoration: line-through;
  margin: 0 0 0 8px;
  line-height: 14px;
}
.preorder--product2025 main .proinfo .pricewrap .over {
  color: rgb(144, 144, 144);
  font-size: 0.75em;
  font-weight: 400;
}
.preorder--product2025 main .proinfo .notice {
  font-weight: 400;
  font-size: 0.875em;
  color: #EF6500;
}
.preorder--product2025 main .proinfo .tit {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  color: #4B4B4B;
}
.preorder--product2025 main .proinfo .tag {
  padding: 0;
  margin: 6px 0;
  display: flex;
  flex-wrap: wrap;
}
.preorder--product2025 main .proinfo .tag li {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 18px;
  padding: 0 2px;
  border-radius: 4px;
  border: 0.5px solid #C9C9C9;
  font-size: 0.75em;
  color: #6f6f6f;
  margin: 0 4px 2px 0;
  list-style: none;
}
.preorder--product2025 main .proinfo .tag li.blue {
  color: #0078C8;
  border: 0.5px solid rgb(164, 209, 239);
}
.preorder--product2025 main .proinfo .feature {
  display: -webkit-box;
  font-weight: 400;
  color: #4b4b4b;
  padding: 0 24px 0 0;
  position: relative;
  font-size: 0.875em;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 22px;
  max-height: 44px;
  transition: all 0.6s;
}
.preorder--product2025 main .proinfo .feature.active {
  text-overflow: inherit;
  overflow: inherit;
  word-break: break-all;
  -webkit-line-clamp: 100;
  -webkit-box-orient: vertical;
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: all 0.6s;
}
.preorder--product2025 main .proinfo .feature.active .arrow {
  transform: rotate(270deg);
  transition: all 0.6s;
}
.preorder--product2025 main .proinfo .feature .arrow {
  width: 16px;
  height: 16px;
  background-image: url(../image/backs6f.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 15px;
  transform: rotate(90deg);
  transition: all 0.6s;
}
.preorder--product2025 main .proinfo .feature:before {
  content: "商品特色";
  display: block;
  font-weight: 500;
  background-image: url(../image/feature.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  float: inline-start;
  color: #0078c8;
  padding: 0 0 0 20px;
  margin: 0 8px 0 0;
}
.preorder--product2025 main .limitset {
  padding: 13px 12px;
  border-radius: 8px;
  background: #fff;
  margin: 0 12px 8px 12px;
  color: #4b4b4b;
}
.preorder--product2025 main .limitset span {
  font-weight: 500;
  font-size: 0.875em;
}
.preorder--product2025 main .limitset p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 0.75em;
}
.preorder--product2025 main .changepro {
  padding: 9px 0 9px 12px;
  border-radius: 8px;
  background: #fff;
  margin: 0 12px 8px 12px;
}
.preorder--product2025 main .changepro span {
  font-weight: 500;
  font-size: 0.875em;
  margin: 0 12px 0 0;
}
.preorder--product2025 main .changepro .pro {
  width: calc(100% - 108px);
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #4b4b4b;
  margin: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
}
.preorder--product2025 main .changepro .arrow {
  width: 16px;
  height: 16px;
  background-image: url(../image/backs6f.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.preorder--product2025 main .subscribe {
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  margin: 0 12px 8px 12px;
}
.preorder--product2025 main .subscribe:before {
  content: "每月訂閱方案";
  display: block;
  font-weight: 500;
  font-size: 0.875em;
  margin: 0 0 8px;
}
.preorder--product2025 main .subscribe img {
  width: 100%;
}
.preorder--product2025 main .subscribe .day {
  font-weight: 400;
  font-size: 0.875em;
  color: #4b4b4b;
  margin: 8px 0 0;
}
.preorder--product2025 main .subscribe .day p {
  padding: 0;
  margin: 0;
}
.preorder--product2025 main .subscribe .day:before {
  content: "兌換期限";
  display: block;
  color: #909090;
  font-weight: 400;
  font-size: 0.875em;
}
.preorder--product2025 main .recommend {
  padding: 0;
  border-radius: 8px;
  background: #fff;
  margin: 0 12px 8px 12px;
}
.preorder--product2025 main .recommend .slick-dots {
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0 auto;
  display: flex;
  left: 50%;
  margin: 0 0 0 -13px;
  box-shadow: none;
}
.preorder--product2025 main .recommend .slick-dots li {
  list-style: none;
  margin: 0 2px;
  transition: all 0.6s;
  background: #C9C9C9;
  width: 6px;
  height: 6px;
  opacity: 0.4;
  border-radius: 50px;
  overflow: hidden;
}
.preorder--product2025 main .recommend .slick-dots li button {
  font-size: 0;
  border: none;
  transition: all 0.6s;
  display: block;
  width: 6px;
  height: 6px;
  background: #C9C9C9;
}
.preorder--product2025 main .recommend .slick-dots li.slick-active {
  width: 12px;
  height: 6px;
  opacity: 1;
}
.preorder--product2025 main .recommend .slick-dots li.slick-active button {
  width: 12px;
  height: 6px;
  border-radius: 50px;
  background: #0078c8;
  opacity: 1;
}
.preorder--product2025 main .recommend ul {
  box-shadow: 0px -0.5px 0px 0px rgb(201, 201, 201) inset;
}
.preorder--product2025 main .recommend ul li {
  width: 50%;
  text-align: center;
}
.preorder--product2025 main .recommend ul li a {
  padding: 10px 0;
  color: #909090;
  font-weight: 500;
  line-height: 24px;
  border: none;
  border-radius: 0;
  background: transparent;
}
.preorder--product2025 main .recommend ul li a.active {
  background-color: transparent;
  color: #0078C8;
  box-shadow: 0px -1.5px 0px 0px rgb(0, 120, 200) inset;
}
.preorder--product2025 main .recommend .tab-content {
  padding: 8px;
}
.preorder--product2025 main .recommend .tab-content .today-items, .preorder--product2025 main .recommend .tab-content .rec-items {
  width: 100%;
  padding: 0 0 6px;
}
.preorder--product2025 main .recommend .tab-content .today-items .slick-prev, .preorder--product2025 main .recommend .tab-content .today-items .slick-next, .preorder--product2025 main .recommend .tab-content .rec-items .slick-prev, .preorder--product2025 main .recommend .tab-content .rec-items .slick-next {
  display: none !important;
}
.preorder--product2025 main .recommend .tab-content .today-items .item, .preorder--product2025 main .recommend .tab-content .rec-items .item {
  position: relative;
  margin: 0 5px;
}
.preorder--product2025 main .recommend .tab-content .today-items .item img, .preorder--product2025 main .recommend .tab-content .rec-items .item img {
  width: 100%;
}
.preorder--product2025 main .recommend .tab-content .today-items .item .txtinfo .cart, .preorder--product2025 main .recommend .tab-content .rec-items .item .txtinfo .cart {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 6px;
  bottom: 0;
  background-image: url(../image/cart_b.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.preorder--product2025 main .recommend .tab-content .today-items .item .txtinfo .tit, .preorder--product2025 main .recommend .tab-content .rec-items .item .txtinfo .tit {
  padding: 6px;
  color: #4b4b4b;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  padding: 0;
}
.preorder--product2025 main .recommend .tab-content .today-items .item .txtinfo .price, .preorder--product2025 main .recommend .tab-content .rec-items .item .txtinfo .price {
  position: relative;
}
.preorder--product2025 main .recommend .tab-content .today-items .item .txtinfo .price p, .preorder--product2025 main .recommend .tab-content .rec-items .item .txtinfo .price p {
  font-weight: 500;
  font-size: 1em;
  color: #EF6500;
  line-height: 24px;
  display: flex;
  padding: 0;
  margin: 0;
}
.preorder--product2025 main .recommend .tab-content .today-items .item .txtinfo .price p:before, .preorder--product2025 main .recommend .tab-content .rec-items .item .txtinfo .price p:before {
  content: "$";
  display: block;
  font-weight: 400;
  font-size: 0.875em;
}
.preorder--product2025 main .recommend .tab-content .today-items .item .txtinfo .price span, .preorder--product2025 main .recommend .tab-content .rec-items .item .txtinfo .price span {
  font-weight: 400;
  font-size: 0.625em;
  line-height: 14px;
  color: #ACACAC;
  text-decoration: line-through;
  margin: -4px 0 0;
}
.preorder--product2025 main .details {
  padding: 0;
  border-radius: 8px;
  background: #fff;
  margin: 0 12px 8px 12px;
}
.preorder--product2025 main .details ul {
  box-shadow: 0px -0.5px 0px 0px rgb(201, 201, 201) inset;
  padding: 0;
  margin: 0;
  display: flex;
}
.preorder--product2025 main .details ul li {
  flex: 1;
  text-align: center;
  list-style: none;
}
.preorder--product2025 main .details ul li a {
  padding: 10px 0;
  color: #909090;
  font-weight: 500;
  line-height: 24px;
  border: none;
  border-radius: 0;
  display: block;
  background: transparent;
}
.preorder--product2025 main .details ul li.hide {
  display: none;
}
.preorder--product2025 main .details ul li.active a {
  background-color: transparent;
  color: #0078C8;
  box-shadow: 0px -1.5px 0px 0px rgb(0, 120, 200) inset;
}
.preorder--product2025 main .details .tab-content {
  padding: 12px 12px 8px 12px;
}
.preorder--product2025 main .details .tab-content .hide {
  display: none;
}
.preorder--product2025 main .details .tab-content #section-2 {
  padding: 44px 0 0;
  margin: -44px 0 0;
}
.preorder--product2025 main .details .tab-content #section-2 ul {
  box-shadow: none;
  display: block;
}
.preorder--product2025 main .details .tab-content #section-2 ul li {
  flex: inherit;
  text-align: inherit;
  list-style: inherit;
}
.preorder--product2025 main .details .tab-content #section-2 ul li a {
  padding: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: inherit;
  border-radius: inherit;
  display: inherit;
  background: inherit;
}
.preorder--product2025 main .details .tab-content .illustrate {
  padding: 44px 0 0;
  margin: -44px 0 0;
  color: #ACACAC;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  display: block;
}
.preorder--product2025 main .details .tab-content .illustrate ul {
  box-shadow: none;
  display: block;
}
.preorder--product2025 main .details .tab-content .illustrate ul li {
  flex: inherit;
  text-align: inherit;
  list-style: inherit;
}
.preorder--product2025 main .details .tab-content .illustrate ul li a {
  padding: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: inherit;
  border-radius: inherit;
  display: inherit;
  background: inherit;
}
.preorder--product2025 main .resttit {
  margin: 8px 24px;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: rgb(144, 144, 144);
  display: flex;
  align-items: center;
  justify-content: center;
}
.preorder--product2025 main .resttit:before, .preorder--product2025 main .resttit:after {
  content: "";
  display: block;
  width: calc((100% - 72px) / 2);
  height: 1px;
  margin: 0 12px 0 0;
  background: rgb(201, 201, 201);
}
.preorder--product2025 main .resttit:after {
  margin: 0 0 0 12px;
}
.preorder--product2025 main .box-flow {
  margin: 8px 12px;
}
.preorder--product2025 main .endtit {
  margin: 4px auto 12px auto;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: rgb(144, 144, 144);
  display: flex;
  align-items: center;
  justify-content: center;
}
.preorder--product2025 main .endtit:before, .preorder--product2025 main .endtit:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin: 0 8px 0 0;
  background: rgb(144, 144, 144);
}
.preorder--product2025 main .endtit:after {
  margin: 0 0 0 8px;
}
.preorder--product2025 .topbtn {
  bottom: 89px;
}
.preorder--product2025 footer {
  width: 100%;
  padding: 12px 4px;
  background: rgb(255, 255, 255);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.preorder--product2025 footer button {
  flex: 1;
  display: block;
  border-radius: 50px;
  margin: 0 8px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 1em;
  border: none;
}
.preorder--product2025 footer button:disabled {
  opacity: 0.3;
}
.preorder--product2025 footer button.add {
  border: 1px solid rgb(35, 145, 218);
  color: rgb(0, 120, 200);
  background: #fff;
}
.preorder--product2025 footer button.buy {
  background: rgb(0, 120, 200);
  color: #fff;
}

.proselect, .proset {
  position: fixed;
  width: 100%;
  min-height: 384px;
  background: #fff;
  bottom: 0;
  padding: 0 0 30px;
  z-index: 6011;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: translateY(100%);
  transition: transform 300ms ease;
}
@media only screen and (max-width: 360px) {
  .proselect, .proset {
    min-height: initial;
    overflow: scroll;
    height: 85vh;
  }
}
.proselect.booking .quantity-wrap .remain:before, .proset.booking .quantity-wrap .remain:before {
  content: "訂閱組數";
}
.proselect.booking .confirm__btn, .proset.booking .confirm__btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
  background: rgb(4, 141, 214);
  background: linear-gradient(to right, rgb(4, 141, 214) 0%, rgb(94, 191, 255) 35%, rgb(94, 191, 255) 65%, rgb(4, 141, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048dd6', endColorstr='#048dd6',GradientType=1 );
  box-shadow: 0 4px 6px #a6d0ec;
  position: relative;
}
.proselect.booking .confirm__btn:before, .proset.booking .confirm__btn:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 28px;
  position: absolute;
  left: 15px;
  top: 5px;
  background-image: url(../image/btn-enabled.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.proselect.active, .proset.active {
  transform: translateY(0);
}
.proselect .close, .proset .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 18px;
  display: block;
}
.proselect .close:before, .proselect .close:after, .proset .close:before, .proset .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 1.5px;
  background-color: #666;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  border-radius: 4px;
}
.proselect .close:after, .proset .close:after {
  transform: rotate(-45deg);
}
.proselect .header, .proset .header {
  border-bottom: 1px solid #e3e5e7;
  display: flex;
  padding: 16px 0 12px 0;
}
.proselect .header h5, .proset .header h5 {
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.proselect .header .img, .proset .header .img {
  width: 80px;
  height: 80px;
  margin: 0 10px 0 15px;
}
.proselect .header .img img, .proset .header .img img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.proselect .header h6, .proset .header h6 {
  margin: 0;
  font-size: 14px;
}
.proselect .header ul, .proset .header ul {
  color: #4A4A4A;
  font-size: 14px;
  letter-spacing: 0.8px;
  margin: 0 0 12px;
  padding: 0 12px;
  width: 100%;
  overflow: hidden;
  display: flex;
  padding: 0;
  margin: 6px 0 0;
}
.proselect .header ul li, .proset .header ul li {
  color: #ff7511;
  border: 1px solid #ff7511;
  margin: 0 3px 0 0;
  font-size: 12px;
  list-style: none;
  border-radius: 4px;
  padding: 1px;
}
.proselect .header .price, .proset .header .price {
  line-height: 140%;
  margin: 6px 0 0;
}
.proselect .header .price span:first-child, .proset .header .price span:first-child {
  text-decoration: line-through;
  color: #777;
}
.proselect .header .price span:after, .proset .header .price span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  clear: both;
}
.proselect .header .price span:last-child, .proset .header .price span:last-child {
  color: #ff7511;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.proselect .container, .proset .container {
  display: block;
  position: relative;
  height: auto;
  padding: 12px 10px;
}
.proselect .container h6, .proset .container h6 {
  font-size: 15px;
  padding: 0;
  color: #1a1a1f;
  margin: 0 0 15px;
}
.proselect .container h6 span:nth-child(2), .proset .container h6 span:nth-child(2) {
  display: none;
}
.proselect .container ul, .proset .container ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}
.proselect .container ul li, .proset .container ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
}
.proselect .container ul li input[type=radio], .proset .container ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.proselect .container ul li label, .proset .container ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  padding: 8px 25px;
  margin: 0 5px 5px 0;
  z-index: 9;
  background: #eceff1;
  cursor: pointer;
  color: #6d6d6d;
  -webkit-transition: all 0.25s linear;
  border-radius: 20px;
  text-align: center;
}
.proselect .container ul li input[type=radio]:checked ~ label, .proset .container ul li input[type=radio]:checked ~ label {
  border: solid 1px #60bfff;
  background-color: #eaeeff;
}
.proselect .quantity-wrap, .proset .quantity-wrap {
  width: 100%;
  padding: 14px 10px;
  color: #777;
  overflow: hidden;
  font-size: 14px;
}
.proselect .quantity-wrap .remain, .proset .quantity-wrap .remain {
  float: left;
  margin: 5px 0 0;
}
.proselect .quantity-wrap .remain:before, .proset .quantity-wrap .remain:before {
  content: "購買組數";
  display: block;
  margin: -1px 0 0;
  font-size: 1em;
  color: #1a1a1f;
  font-weight: 600;
}
.proselect .quantity-wrap .remain span, .proset .quantity-wrap .remain span {
  color: #666;
  padding: 2px 0;
  margin: 0;
  font-size: 13px;
}
.proselect .quantity-wrap .remain span:before, .proset .quantity-wrap .remain span:before {
  content: "剩餘";
  display: block;
  float: left;
  margin: 0 3px 0 0;
}
.proselect .quantity-wrap .quantity, .proselect .quantity-wrap .quantityset, .proset .quantity-wrap .quantity, .proset .quantity-wrap .quantityset {
  float: right;
}
.proselect .quantity-wrap .quantity span, .proselect .quantity-wrap .quantityset span, .proset .quantity-wrap .quantity span, .proset .quantity-wrap .quantityset span {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid #c8cccd;
  border-radius: 4px;
}
.proselect .quantity-wrap .quantity span.active, .proselect .quantity-wrap .quantityset span.active, .proset .quantity-wrap .quantity span.active, .proset .quantity-wrap .quantityset span.active {
  background: #d2d4d5;
}
.proselect .quantity-wrap .quantity span.minus:before, .proselect .quantity-wrap .quantityset span.minus:before, .proset .quantity-wrap .quantity span.minus:before, .proset .quantity-wrap .quantityset span.minus:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #222;
  top: 50%;
  left: 6px;
}
.proselect .quantity-wrap .quantity span.plus:before, .proselect .quantity-wrap .quantity span.plus:after, .proselect .quantity-wrap .quantityset span.plus:before, .proselect .quantity-wrap .quantityset span.plus:after, .proset .quantity-wrap .quantity span.plus:before, .proset .quantity-wrap .quantity span.plus:after, .proset .quantity-wrap .quantityset span.plus:before, .proset .quantity-wrap .quantityset span.plus:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #222;
  top: 50%;
  left: 6px;
}
.proselect .quantity-wrap .quantity span.plus:after, .proselect .quantity-wrap .quantityset span.plus:after, .proset .quantity-wrap .quantity span.plus:after, .proset .quantity-wrap .quantityset span.plus:after {
  -webkit-transform: rotate(90deg);
  -webkit-transform--ms-transform: rotate(90deg);
  -webkit-transform--o-transform: rotate(90deg);
  -webkit-transform-transform: rotate(90deg);
}
.proselect .quantity-wrap .quantity .setnum, .proselect .quantity-wrap .quantityset .setnum, .proset .quantity-wrap .quantity .setnum, .proset .quantity-wrap .quantityset .setnum {
  color: #666;
  font-size: 15px;
  width: auto;
  border: none;
}
.proselect .quantity-wrap .quantity .setnum span, .proselect .quantity-wrap .quantityset .setnum span, .proset .quantity-wrap .quantity .setnum span, .proset .quantity-wrap .quantityset .setnum span {
  color: #111;
  font-size: 1.2em;
  border: none;
  width: auto;
}
.proselect .quantity-wrap .quantity .in-num, .proselect .quantity-wrap .quantityset .in-num, .proset .quantity-wrap .quantity .in-num, .proset .quantity-wrap .quantityset .in-num {
  float: left;
  width: 30px;
  height: 24px;
  color: #000;
  text-align: center;
  padding: 0;
  font-size: 15px;
  transition: all 0.6s;
  border: none;
}
.proselect .quantity-wrap .quantity .note, .proselect .quantity-wrap .quantityset .note, .proset .quantity-wrap .quantity .note, .proset .quantity-wrap .quantityset .note {
  color: #333;
  font-size: 14px;
  float: left;
  margin: 5px 5px 0 0;
}
.proselect .quantity-wrap .quantity .note p, .proselect .quantity-wrap .quantityset .note p, .proset .quantity-wrap .quantity .note p, .proset .quantity-wrap .quantityset .note p {
  padding: 0;
  margin: 0;
  float: left;
}
.proselect .quantity-wrap .quantity .note p .s, .proselect .quantity-wrap .quantityset .note p .s, .proset .quantity-wrap .quantity .note p .s, .proset .quantity-wrap .quantityset .note p .s {
  font-size: 12px;
}
.proselect .confirm, .proset .confirm {
  width: 100%;
  padding: 10px 12px;
  overflow: hidden;
}
.proselect .confirm__btn, .proset .confirm__btn {
  width: 100%;
  height: 40px;
  display: block;
  background: #0078c8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-image: linear-gradient(277deg, #f2771f, #ffa564);
  border-radius: 20px;
}
.proselect .confirm hr, .proset .confirm hr {
  position: relative;
  width: 100%;
  height: 1px;
  float: left;
  border: none;
  margin: 0;
}
.proselect .confirm hr:after, .proset .confirm hr:after {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #dfe0e2;
  content: "";
}
.proselect .confirm .option-item, .proset .confirm .option-item {
  padding: 20px 10px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.proselect .confirm .option-item:not(:last-child), .proset .confirm .option-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.proselect .confirm .option-item input, .proset .confirm .option-item input {
  display: none;
}

#propop .modal-content, #range .modal-content {
  padding: 25px 0px 10px 0px;
}
#propop .modal-header, #range .modal-header {
  border-bottom: none;
  padding: 0;
}
#propop .modal-header h5, #range .modal-header h5 {
  padding: 0;
  margin: 0 auto;
  font-size: 1.125em;
}
#propop .modal-body, #range .modal-body {
  text-align: center;
}
#propop .modal-footer, #range .modal-footer {
  display: flex;
  justify-content: center;
}
#propop .modal-footer button, #range .modal-footer button {
  margin: 0 10px;
  width: 110px;
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
#propop .modal-footer button.green, #range .modal-footer button.green {
  width: 110px;
  height: 40px;
  color: #fff;
  border-radius: 50px;
  line-height: 40px;
  background: rgb(1, 164, 75);
  background: linear-gradient(to right, rgb(1, 164, 75) 0%, rgb(71, 203, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a44b', endColorstr='#47cb83',GradientType=1 );
}

.social-share {
  position: fixed;
  width: 100%;
  background: #fff;
  bottom: 0;
  z-index: 6011;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: translateY(100%);
  transition: transform 300ms ease;
}
.social-share.active {
  transform: translateY(0);
}
.social-share .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 18px;
  display: block;
}
.social-share .close:before, .social-share .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 1.5px;
  background-color: #666;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  border-radius: 4px;
}
.social-share .close:after {
  transform: rotate(-45deg);
}
.social-share .header {
  width: 100%;
  text-align: center;
  color: #4A4A4A;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  padding: 20px 0;
}
.social-share .content {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 25px 10px;
}
.social-share .content .item {
  margin: 0 5px;
}
.social-share .content .item a {
  display: block;
}
.social-share .content .item img {
  width: 48px;
}
.social-share .content .item.copylink {
  width: 48px;
  height: 48px;
  background: #eceff1;
  border-radius: 10px;
  margin: -2px 10px 0 10px;
  position: relative;
}
.social-share .content .item.copylink:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/icon_link.png);
  background-size: contain;
  position: absolute;
  left: 14px;
  top: 7px;
}
.social-share .content .item.copylink a {
  color: #666;
  display: block;
  font-size: 10px;
  padding: 30px 0 0;
  text-align: center;
  letter-spacing: -0.02em;
}

.swal2-container.swal2-center .swal2-popup img {
  width: 144px;
  height: 90px;
}

.productsn {
  background-color: #f9fafc;
}
.productsn form .input-wrap {
  padding: 8px 16px;
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
}
.productsn form .input-wrap label {
  width: 130px;
  margin: 0;
  padding: 0;
  color: #1A1A1F;
  font-size: 0.9375em;
  font-weight: 600;
}
.productsn form .input-wrap input {
  border: none;
  padding: 0 12px 0 0;
  text-align: right;
  height: 30px;
  outline: none;
  font-size: 13px;
  color: #1A1A1F;
}
.productsn form .input-wrap input:-moz-read-only {
  background-color: transparent;
}
.productsn form .input-wrap input:read-only {
  background-color: transparent;
}
.productsn form .input-wrap .vc-img {
  width: 50px;
  height: auto;
  margin: 0 0 0 5px;
}
.productsn form .input-wrap .invalid-feedback {
  display: none;
}
.productsn form footer {
  position: relative;
  width: 100vw;
  padding: 20px 15px;
}
.productsn form footer .btn {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 20px;
  background: #c2c6c8;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.productsn form footer .btn.btn-primary {
  background-image: linear-gradient(284deg, #34aaf8, #0078c8);
}
.productsn h6 {
  font-size: 14px;
  margin: 0 16px 10px 16px;
}
.productsn ul {
  padding: 0 16px;
  margin: 0 16px;
}
.productsn ul li {
  font-size: 14px;
  margin: 0 0 5px;
}

.preorder--product-list {
  background-color: #F4F4F4;
  padding-top: 90px;
}
.preorder--product-list .product-filter {
  position: fixed;
  top: 44px;
  right: 0;
  left: 0;
  height: 50px;
  z-index: 1000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.preorder--product-list .product-filter::after {
  content: "";
  clear: both;
  display: table;
}
.preorder--product-list .product-filter__item {
  position: relative;
  width: 50%;
  height: 100%;
  padding-left: 45px;
  float: left;
  background-repeat: no-repeat;
  background-position: 20px center;
  line-height: 50px;
  font-size: 17px;
  color: #00C3CA;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}
.preorder--product-list .product-filter__item--order {
  background-image: url(../image/product-filter-order.png);
  background-size: 18px auto;
}
.preorder--product-list .product-filter__item--event {
  box-shadow: inset 1px 0 0px rgba(0, 0, 0, 0.1);
  background-image: url(../image/product-filter-event.png);
  background-size: 15px auto;
}
.preorder--product-list .product-filter__item.active .product-filter__arrow {
  transform: rotate(180deg);
}
.preorder--product-list .product-filter__arrow {
  position: absolute;
  width: 16px;
  height: auto;
  top: calc(50% - 4.5px);
  right: 20px;
}
.preorder--product-list .product-filter__dropdown {
  position: fixed;
  top: 93px;
  right: 10px;
  left: 10px;
  max-height: 250px;
  z-index: 999;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: auto;
  border-radius: 0 0 5px 5px;
  border: 1px solid #00C3CA;
  border-top: none;
  background-color: white;
  transform: translateY(-110%);
  transition: transform 150ms ease;
  -webkit-overflow-scrolling: touch;
}
.preorder--product-list .product-filter__dropdown.active {
  transform: translateY(0%);
}
.preorder--product-list .product-filter__dropdown-item {
  display: block;
  padding: 0 14px;
  color: #00C3CA;
  font-size: 17px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preorder--product-list .product-filter__dropdown-item:not(:last-child) {
  border-bottom: 1px solid #00C3CA;
}
.preorder--product-list .product-filter__dropdown-item:active {
  background-color: rgba(0, 194, 202, 0.2);
}

.preorder--cart {
  background: #f9fafc;
}
.preorder--cart.booking main {
  padding: 0;
}
.preorder--cart main {
  padding: 42px 0 0;
}
.preorder--cart .flow {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  align-items: center;
  position: fixed;
  top: 44px;
  width: 100%;
  z-index: 1000;
}
.preorder--cart .flow > div {
  color: #666;
  align-items: center;
  font-size: 0.8125em;
  display: flex;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .flow > div {
    font-size: 0.75em;
  }
}
.preorder--cart .flow > div::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #c2c6c8;
  border-radius: 20px;
  color: #fff;
  margin: 0 3px 0 0;
  font-size: 0.8125em;
}
.preorder--cart .flow > div:nth-child(1)::before {
  content: "1";
}
.preorder--cart .flow > div:nth-child(3)::before {
  content: "2";
}
.preorder--cart .flow > div:nth-child(2) {
  width: 48px;
  height: 1px;
  background-color: #c2c6c8;
  margin: 0 8px;
}
.preorder--cart .flow > div:nth-child(2)::before {
  display: none;
}
.preorder--cart .flow > div.active {
  color: #33384d;
}
.preorder--cart .flow > div.active:nth-child(2) {
  background-color: #000;
}
.preorder--cart .flow > div.active::before {
  background: rgb(23, 171, 89);
  background: linear-gradient(135deg, rgb(23, 171, 89) 0%, rgb(100, 219, 153) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17ab59', endColorstr='#64db99',GradientType=1 );
  box-shadow: 0px 3px 5px #dcf2e6;
}
.preorder--cart .tab-wrap {
  width: 100%;
  position: relative;
  display: flex;
  margin: 40px 0 0;
  background: #fff;
  min-height: 52px;
}
.preorder--cart .tab-wrap #tab1-content label {
  left: 4%;
}
.preorder--cart .tab-wrap:before {
  content: "";
  display: block;
  background-color: #f0f1f2;
  border-radius: 40px;
  height: 46px;
  z-index: 99;
  position: fixed;
  width: 92%;
  left: 4%;
}
.preorder--cart .tab-wrap:after {
  content: "";
  display: block;
  width: 100vw;
  left: 0;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 84px;
  z-index: 50;
  border-bottom: 1px solid #e8e9ea;
}
.preorder--cart .tab-wrap input[type=radio][name=tabs] {
  position: absolute;
  z-index: 1;
  display: none;
}
.preorder--cart .tab-wrap input[type=radio][name=tabs]:nth-of-type(1):checked ~ .slide {
  left: 4%;
}
.preorder--cart .tab-wrap input[type=radio][name=tabs]:nth-of-type(2):checked ~ .slide {
  left: calc(50% - 2px);
}
.preorder--cart .tab-wrap input[type=radio][name=tabs]:checked + .tab-label-content label {
  color: #fff;
}
.preorder--cart .tab-wrap input[type=radio][name=tabs]:checked + .tab-label-content .tab-content {
  display: block;
}
.preorder--cart .tab-wrap label {
  cursor: pointer;
  color: #666;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 42px;
  transition: color 0.2s ease;
  width: 46%;
  line-height: 100%;
  margin: 3px 0 0;
  z-index: 999;
  position: relative;
}
.preorder--cart .tab-wrap label span {
  font-size: 12px;
}
.preorder--cart .tab-wrap .slide {
  background: #048dd6;
  width: 46%;
  height: 42px;
  position: fixed;
  left: 0;
  z-index: 99;
  top: 85px;
  transition: left 0.3s ease-out;
  border-radius: 80px;
  box-shadow: 1px 1px 6px 1px rgb(203, 207, 226);
}
.preorder--cart .tab-wrap .slide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #048dd6 transparent transparent transparent;
}
.preorder--cart .tab-wrap .tab-label-content {
  width: 100%;
}
.preorder--cart .tab-wrap .tab-label-content label {
  position: fixed;
}
.preorder--cart .tab-wrap .tab-label-content:first-child {
  background: #fc0;
}
.preorder--cart .tab-wrap .tab-label-content .tab-content {
  position: absolute;
  top: 70px;
  left: 0;
  padding: 10px 0 166px 0;
  display: none;
  overflow-x: hidden;
}
.preorder--cart .accordion {
  padding: 0 12px;
  margin: 0 auto;
  list-style: none outside;
}
.preorder--cart .accordion .accordion-item {
  position: relative;
}
.preorder--cart .accordion .accordion-item .maincheckbox {
  width: 24px;
  height: 24px;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 15px;
  margin: 0;
  background-image: url(../image/cart-uncheck.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.preorder--cart .accordion .accordion-item .maincheckbox.checked {
  background-image: url(../image/cart-check.png);
}
.preorder--cart .accordion .accordion-item-hd {
  display: inline-block;
  padding: 15px 30px 15px 0;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #0078c8;
  margin: 0 0 0 30px;
  z-index: 98;
  width: calc(100% - 30px);
}
.preorder--cart .accordion .accordion-item-bd {
  max-height: 2500px;
  transition: all 0.3s;
  margin-bottom: 0;
}
.preorder--cart .accordion .accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.preorder--cart .accordion .accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  transform: rotate(0);
}
.preorder--cart .accordion .accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  pointer-events: none;
  transition: transform 0.3s ease;
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.preorder--cart .accordion .accordion-item-hd-cta img {
  width: 12px;
  height: auto;
}
.preorder--cart .accordion .accordion-item-input {
  clip: rect(0 0 0 0);
  width: 100%;
  height: 50px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.preorder--cart .cart-list {
  background: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.preorder--cart .cart-list.set {
  background: #f9f9f9;
}
.preorder--cart .cart-list.set .cart-list__item {
  margin: 0 0 8px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}
.preorder--cart .cart-list.set .cart-list__item .checkbox {
  margin: 20% 5px 0 0;
}
.preorder--cart .cart-list.set .cart-list__item.soldout:after {
  top: 50%;
  margin: -55px 0 0;
}
.preorder--cart .cart-list.set .tag {
  display: none;
}
.preorder--cart .cart-list.set .price-wrap {
  width: calc(100% - 25px);
  border-top: 1px solid #e7e7e7;
  border-bottom: none;
  padding: 7px 0 12px 100px;
}
.preorder--cart .cart-list.set .price-wrap p.s {
  display: none;
}
.preorder--cart .cart-list .ppro-list {
  margin: 0 0 8px;
}
.preorder--cart .cart-list__item {
  position: relative;
  margin: 0;
  padding: 5px 4% 0 4%;
  justify-content: space-between;
}
.preorder--cart .cart-list__item.soldout:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.preorder--cart .cart-list__item.soldout:after {
  content: "已售完";
  width: 55px;
  height: 55px;
  border-radius: 16px;
  position: absolute;
  left: 58px;
  top: 18px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0;
  box-shadow: 0 2px 5px #dcdcdc;
  background-image: url(../image/soldout.svg);
  background-repeat: no-repeat;
  background-position: center top 10px;
  background-color: #666;
  background-size: 44%;
  padding: 33px 0 0;
  font-size: 0.625em;
  z-index: 10;
}
.preorder--cart .cart-list__item.soldout .cart-list__wrap {
  -webkit-filter: grayscale(1);
  margin: 0 0 0 25px;
}
.preorder--cart .cart-list__item.soldout .checkbox {
  display: none;
}
.preorder--cart .cart-list__item.soldout .tag {
  display: none;
}
.preorder--cart .cart-list__item::after {
  content: "";
  clear: both;
  display: table;
}
.preorder--cart .cart-list__item .delete {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 4%;
  top: 8px;
  display: block;
  z-index: 10;
}
.preorder--cart .cart-list__item .delete:before, .preorder--cart .cart-list__item .delete:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #666;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  border-radius: 4px;
}
.preorder--cart .cart-list__item .delete:after {
  transform: rotate(-45deg);
}
.preorder--cart .cart-list__item .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: #ccc 1px solid;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  margin: 5px 5px 0 0;
  user-select: none;
  float: left;
}
.preorder--cart .cart-list__item--checked .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.preorder--cart .cart-list__wrap {
  width: calc(100% - 25px);
  position: relative;
  overflow: hidden;
  padding: 0;
  float: left;
}
.preorder--cart .cart-list__wrap .ppro-list {
  display: block;
}
.preorder--cart .cart-list__wrap .info {
  display: flex;
  flex-direction: column;
}
.preorder--cart .cart-list__wrap .select {
  width: 100%;
  font-size: 14px;
  background: #eceff1;
  color: #777;
  padding: 2px 10px;
  margin: 20px 0 8px 0;
  float: left;
  display: block;
  border-radius: 4px;
  position: relative;
}
.preorder--cart .cart-list__wrap .select:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 10px;
  height: 10px;
  background-image: url(../image/accordion.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.preorder--cart .cart-list__wrap .select.disabled {
  opacity: 0.5;
}
.preorder--cart .cart-list__wrap .select.disabled:before {
  background-image: none;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .cart-list__wrap .select {
    width: 100%;
  }
}
.preorder--cart .cart-list__wrap .tag {
  padding: 0;
  margin: 0 0 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
.preorder--cart .cart-list__wrap .tag li {
  border: solid 1px #018dd6;
  color: #018dd6;
  margin: 0 3px 3px 0;
  font-size: 12px;
  list-style: none;
  border-radius: 4px;
  padding: 1px 3px;
  position: relative;
  white-space: nowrap;
}
.preorder--cart .cart-list__wrap .tag li:not(.booking) {
  color: #ff7511;
  border: 1px solid #ff7511;
  margin: 0 3px 3px 10px;
  position: relative;
}
.preorder--cart .cart-list__wrap .tag li:not(.booking):before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  left: -8px;
  top: 2px;
  background: #ccc;
}
.preorder--cart .cart-list__wrap .tag li:not(.booking) ~ li {
  color: #ff7511;
  border: 1px solid #ff7511;
  margin: 0 3px 3px 0;
}
.preorder--cart .cart-list__wrap .tag li:not(.booking) ~ li:before {
  display: none;
}
.preorder--cart .cart-list .price-wrap {
  display: flex;
  width: calc(100% - 125px);
  justify-content: space-between;
  align-items: flex-end;
  float: right;
  padding: 0 0 10px;
  border-bottom: 1px solid #e7e7e7;
}
.preorder--cart .cart-list .price-wrap .price {
  width: -moz-max-content;
  width: max-content;
  line-height: 120%;
  text-decoration: none;
}
.preorder--cart .cart-list .price-wrap .price span {
  white-space: nowrap;
}
.preorder--cart .cart-list .price-wrap .price span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  clear: both;
}
.preorder--cart .cart-list .price-wrap .price span:first-child {
  font-size: 14px;
  text-decoration: line-through;
  color: #9a9a9a;
}
.preorder--cart .cart-list .price-wrap .price span:nth-child(2) {
  color: #ff7511;
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .cart-list .price-wrap .price span:nth-child(2) {
    font-size: 15px;
    letter-spacing: -0.02em;
  }
}
.preorder--cart .cart-list .price-wrap .count_wrap {
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .cart-list .price-wrap .count_wrap {
    display: flex;
  }
}
.preorder--cart .cart-list .price-wrap .count_wrap span {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid #c8cccd;
  border-radius: 4px;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .cart-list .price-wrap .count_wrap span {
    width: 20px;
    height: 20px;
  }
}
.preorder--cart .cart-list .price-wrap .count_wrap span.active {
  background: #d2d4d5;
}
.preorder--cart .cart-list .price-wrap .count_wrap span.minus:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #222;
  top: 50%;
  left: 6px;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .cart-list .price-wrap .count_wrap span.minus:before {
    width: 7px;
  }
}
.preorder--cart .cart-list .price-wrap .count_wrap span.plus:before, .preorder--cart .cart-list .price-wrap .count_wrap span.plus:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #222;
  top: 50%;
  left: 6px;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .cart-list .price-wrap .count_wrap span.plus:before, .preorder--cart .cart-list .price-wrap .count_wrap span.plus:after {
    width: 7px;
  }
}
.preorder--cart .cart-list .price-wrap .count_wrap span.plus:after {
  -webkit-transform: rotate(90deg);
  -webkit-transform--ms-transform: rotate(90deg);
  -webkit-transform--o-transform: rotate(90deg);
  -webkit-transform-transform: rotate(90deg);
}
.preorder--cart .cart-list .price-wrap .count_wrap .in-num {
  float: left;
  width: 24px;
  height: 24px;
  color: #000;
  text-align: center;
  padding: 0;
  font-size: 14px;
  transition: all 0.6s;
  border: none;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .cart-list .price-wrap .count_wrap .in-num {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
.preorder--cart .cart-list .price-wrap .count_wrap .note {
  color: #333;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
  float: left;
  margin: 3px 5px 0 0;
  white-space: nowrap;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .cart-list .price-wrap .count_wrap .note {
    margin: 1px 0 0;
    font-size: 12px;
  }
}
.preorder--cart .cart-list .price-wrap .count_wrap .note p {
  padding: 0;
  margin: 0;
  float: left;
}
.preorder--cart .cart-list .price-wrap .count_wrap .note p.s {
  font-size: 12px;
  color: #656565;
}
.preorder--cart .cart-list .price-wrap .tool {
  float: left;
  font-size: 13px;
  margin: 5px 0 0 5px;
}
.preorder--cart .cart-list__left, .preorder--cart .cart-list__right {
  float: left;
}
.preorder--cart .cart-list__left {
  width: 151px;
}
.preorder--cart .cart-list__right {
  width: calc(100% - 151px);
  padding: 10px;
}
.preorder--cart .cart-list__fig-container {
  position: relative;
  width: 90px;
  height: 80px;
  margin: 0 10px 0 0;
  background: white;
  float: left;
}
.preorder--cart .cart-list__fig-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: rgba(74, 74, 74, 0.7);
}
.preorder--cart .cart-list__fig {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.preorder--cart .cart-list__label {
  margin-top: 18px;
  color: #007BCA;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
}
.preorder--cart .cart-list__title {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: bold;
  overflow: hidden;
  margin: 5px 20px 0 0;
}
.preorder--cart .cart-list__date {
  margin-top: 3px;
  color: #9B9B9B;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preorder--cart .cart-list__options {
  margin-top: 5px;
}
.preorder--cart .cart-list__falvor, .preorder--cart .cart-list__spec, .preorder--cart .cart-list__quantity, .preorder--cart .cart-list__pay {
  margin-top: 2px;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preorder--cart .cart-list__item-tool {
  margin-top: 10px;
}
.preorder--cart .cart-list__item-tool::after {
  content: "";
  clear: both;
  display: table;
}
.preorder--cart .cart-list__item-btn {
  float: left;
  display: block;
  padding: 5px 5px 5px 24px;
  border: 1px solid #007BCA;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 2px center;
  color: #007BCA;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .cart-list__item-btn {
    padding: 3px 3px 3px 17px;
    background-size: 16px auto;
    background-position: 2px center;
    font-size: 13px;
  }
}
.preorder--cart .cart-list__item-btn.disable {
  opacity: 0.3;
}
.preorder--cart .cart-list__item-btn:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.preorder--cart .cart-list__item-btn--edit {
  background-image: url(../image/cart-edit.png);
  margin-right: 8px;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .cart-list__item-btn--edit {
    margin-right: 1px;
  }
}
.preorder--cart .cart__tool {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 25px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 6000;
  background-color: white;
}
.preorder--cart .cart__tool .all-btn {
  font-size: 0.75em;
  color: #1a1a1f;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 10px 0 0 12px;
  float: left;
}
.preorder--cart .cart__tool .all-btn .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: #1a1a1f 1px solid;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  margin: 0 6px 0 0;
}
.preorder--cart .cart__tool .all-btn.active .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.preorder--cart .cart__tool .equity {
  padding: 12px 0 0;
  margin: 0 0 10px;
  border-bottom: #e5e5e5 1px solid;
  text-align: center;
  font-size: 14px;
}
.preorder--cart .cart__tool .equity > div {
  width: 90%;
  margin: 0 auto 10px auto;
  text-align: left;
  letter-spacing: -0.05em;
  display: flex;
  align-items: center;
}
.preorder--cart .cart__tool .equity > div.checked .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.preorder--cart .cart__tool .equity a {
  text-decoration: underline;
  color: #4a4a4a;
}
.preorder--cart .cart__tool .equity .checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: #ccc 1px solid;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  margin: 0px 5px 0 0;
  user-select: none;
}
.preorder--cart .cart__tool .price-wrap {
  float: right;
  margin: 0 10px 0 0;
  letter-spacing: -0.05em;
}
.preorder--cart .cart__tool button {
  float: right;
  min-width: 87px;
  font-size: 14px;
  line-height: 40px;
  color: white;
  letter-spacing: 0.8px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  margin: 2px 10px 0 0;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 360px) {
  .preorder--cart .cart__tool button {
    min-width: inherit;
  }
}
.preorder--cart .cart__tool button:hover {
  cursor: pointer;
}
.preorder--cart .cart__tool button:disabled {
  opacity: 0.5;
}
.preorder--cart .cart__tool button.offline {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 12px 0 0;
  border-radius: 40px;
  white-space: nowrap;
  text-align: center;
  width: 90px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  line-height: 40px;
  background: #01a44b;
  background: linear-gradient(to right, #01a44b 0%, #47cb83 100%);
}
.preorder--cart .cart__tool button.online {
  background: #0078c8;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.preorder--cart .cart__price, .preorder--cart .cart__deal {
  font-size: 13px;
  color: #1a1a1f;
  text-align: right;
  letter-spacing: 0;
}
.preorder--cart .cart__price {
  color: #A4A4A4;
}
.preorder--cart .cart__deal .red {
  color: #ff7511;
  font-size: 15px;
  font-weight: bold;
}
.preorder--cart .error {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.preorder--cart .error li {
  padding: 12px;
}
.preorder--cart .error li:not(:last-child) {
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
}
.preorder--cart .error__product {
  font-size: 17px;
  margin-bottom: 16px;
}
.preorder--cart .error__quantity span, .preorder--cart .error__reason {
  color: #007BCA;
  font-weight: bold;
}

.moreprobtn {
  position: fixed;
  width: 50px;
  height: 50px;
  color: #fff;
  bottom: 180px;
  background: #0078c8;
  right: 0;
  z-index: 2000;
}

.morepro-wrap {
  position: fixed;
  width: 100%;
  height: 80vh;
  background: #fff;
  bottom: 0;
  z-index: 6011;
  transform: translateY(100%);
  transition: transform 300ms ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow-y: scroll;
}
.morepro-wrap.active {
  transform: translateY(0);
}
.morepro-wrap .header {
  width: 100%;
  border-bottom: 1px solid #e3e5e7;
  display: flex;
  padding: 16px 0 12px 0;
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
}
.morepro-wrap .header h5 {
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.morepro-wrap .header .close {
  position: absolute;
  z-index: 50;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 18px;
  display: block;
}
.morepro-wrap .header .close:before, .morepro-wrap .header .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 1.5px;
  background-color: #666;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  border-radius: 4px;
}
.morepro-wrap .header .close:after {
  transform: rotate(-45deg);
}
.morepro-wrap .content {
  margin: auto;
  display: block;
  padding: 10px 8px;
  background: #f9fafc;
  overflow-y: scroll;
}
.morepro-wrap .content .out-wrap {
  display: flex;
  align-items: stretch;
  clear: both;
}
.morepro-wrap .content .list {
  width: calc((100% - 16px) / 2);
  padding: 0;
  background: #fff;
  float: left;
  position: relative;
  margin: 0 4px 8px 4px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.morepro-wrap .content .list .booking_img {
  display: none;
}
.morepro-wrap .content .list.booking .topimg .booking_img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -o-object-position: center top;
     object-position: center top;
}
.morepro-wrap .content .list.booking .topimg .discount {
  right: 0;
}
.morepro-wrap .content .list.soldout:after, .morepro-wrap .content .list.commingsoon:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 41px;
  z-index: 1;
}
.morepro-wrap .content .list.soldout .topimg, .morepro-wrap .content .list.commingsoon .topimg {
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
.morepro-wrap .content .list.soldout .topimg .discount, .morepro-wrap .content .list.commingsoon .topimg .discount {
  opacity: 0.6;
}
.morepro-wrap .content .list.soldout .topimg .pink, .morepro-wrap .content .list.commingsoon .topimg .pink {
  display: none;
}
.morepro-wrap .content .list.soldout .topimg:before, .morepro-wrap .content .list.commingsoon .topimg:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-radius: 20px;
  box-shadow: 3px 3px 10px 0 rgba(96, 96, 96, 0.41);
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.morepro-wrap .content .list.soldout .topimg:after, .morepro-wrap .content .list.commingsoon .topimg:after {
  content: "已售完";
  display: block;
  color: #fff;
  width: 48px;
  height: 34px;
  margin: -24px 0 0 -24px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  padding: 32px 0 0;
  font-size: 0.75em;
  text-align: center;
  background-image: url(../image/soldout.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 68%;
}
.morepro-wrap .content .list.commingsoon .topimg:before {
  width: 76px;
  height: 76px;
  margin: -38px 0 0 -38px;
}
.morepro-wrap .content .list.commingsoon .topimg:after {
  content: "即將開賣";
  letter-spacing: -0.05em;
  background-image: url(../image/commingsoon.svg);
  background-size: 54%;
  padding: 28px 0 0;
  margin: -28px 0 0 -24px;
}
.morepro-wrap .content .list.commingsoon .topimg .commingsoontime {
  display: block;
  position: absolute;
  width: 130px;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin: 17px 0 0 -65px;
  color: #fff;
  font-size: 0.6875em;
  text-align: center;
}
.morepro-wrap .content .list .topimg {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 172px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 360px) {
  .morepro-wrap .content .list .topimg {
    height: 148px;
  }
}
.morepro-wrap .content .list .topimg .pink {
  width: 38px;
  height: 38px;
  border-radius: 20px;
  background: #fe5354;
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  padding: 0;
  line-height: 110%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.morepro-wrap .content .list .topimg .pink > p {
  margin: 0;
  padding: 0;
  font-size: 9px;
}
.morepro-wrap .content .list .topimg .commingsoontime {
  display: none;
}
.morepro-wrap .content .list .topimg .discount {
  width: 106px;
  overflow: hidden;
  position: absolute;
  right: 6px;
  bottom: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  line-height: 22px;
  letter-spacing: -0.05em;
  border-radius: 20px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #0078c8;
}
.morepro-wrap .content .list .topimg .discount .tip {
  margin: 0;
  text-align: center;
  position: relative;
  line-height: 22px;
  width: 51%;
  height: 22px;
  display: block;
  border-radius: 50px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  box-shadow: none;
}
.morepro-wrap .content .list .topimg .discount .num-wrap {
  width: 49%;
  height: 20px;
  text-align: center;
  color: #0078c8;
  line-height: 20px;
  border-radius: 20px;
  margin: 1px 0 0;
}
.morepro-wrap .content .list h5 {
  margin: 15px 5px 10px 5px;
}
.morepro-wrap .content .list .tag-wrap {
  padding: 0 5px;
  margin: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.morepro-wrap .content .list .tag-wrap li {
  color: #ff7511;
  border: 1px solid #ff7511;
  margin: 0 2px 0 0;
  font-size: 13px;
  list-style: none;
  border-radius: 4px;
  padding: 1px;
}
.morepro-wrap .content .list .price {
  float: left;
  padding: 0 5px;
}
.morepro-wrap .content .list .price span {
  font-size: 11px;
  color: #666;
  text-decoration: line-through;
  padding: 0;
  margin: 0;
  opacity: 0.7;
}
.morepro-wrap .content .list .price p {
  color: #ff7511;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.morepro-wrap .content .list .btn-wrap {
  margin-top: auto;
  padding: 0 5px;
}
.morepro-wrap .content .list .btn-wrap .surplus {
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
  padding: 0;
  color: #666;
}
.morepro-wrap .content .list .btn-wrap .buy {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  color: #fff;
  background: rgb(4, 141, 214);
  background: linear-gradient(to right, rgb(4, 141, 214) 0%, rgb(94, 191, 255) 35%, rgb(94, 191, 255) 65%, rgb(4, 141, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048dd6', endColorstr='#048dd6',GradientType=1 );
  box-shadow: 0 4px 6px #a6d0ec;
  margin: 8px 0 0;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 120, 200, 0.5);
  border: solid 1px #25b3ff;
}
.morepro-wrap .content .list .btn-wrap .buy:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 28px;
  position: absolute;
  left: 15px;
  top: 1px;
  background-image: url(../image/btn-enabled.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.morepro-wrap .content .list .btn-wrap .buy p {
  padding: 0;
  margin: 0;
}
.morepro-wrap .content .list .btn-wrap .buy p:last-child {
  display: none;
}
.morepro-wrap .content .list .btn-wrap .buy.booking {
  background: rgb(4, 141, 214);
  background: linear-gradient(to right, rgb(4, 141, 214) 0%, rgb(94, 191, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048dd6', endColorstr='#5ebfff',GradientType=1 );
  box-shadow: 0 4px 6px #a6d0ec;
}
.morepro-wrap .content .list .btn-wrap .buy.booking p:first-child {
  display: none;
}
.morepro-wrap .content .list .btn-wrap .buy.booking p:last-child {
  display: block;
}

.preorder--member-info {
  position: relative;
}
.preorder--cart-edit iframe {
  height: calc(100vh - 44px);
  border: none;
  width: 100%;
  float: left;
}
.preorder--cart-edit main {
  padding-bottom: 70px;
}
.preorder--cart-edit .product__option {
  margin-bottom: 20px;
}
.preorder--cart-edit .product__option p {
  font-size: 15px;
  color: #686868;
  padding: 0;
  margin: 5px 0 0;
}
.preorder--cart-edit .product__option p.mb20 {
  margin: 5px 0 20px 0;
}
.preorder--cart-edit .product__option p a {
  text-decoration: underline;
  color: #686868;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content {
  border: none;
  background: 0;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup {
  width: 100%;
  padding: 0;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup a {
  width: 49%;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(-151deg, #62CDF7 4%, #34C2A4 100%);
  float: left;
  margin: 0 1% 0 0;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup a:last-child {
  margin: 0 0 0 1%;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup span {
  font-size: 16px;
  float: left;
  margin: 2px 0 0;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup .restore {
  background: #0078c8;
  color: #fff;
  padding: 8px 12px 6px 12px;
  border-radius: 20px;
  display: block;
  float: left;
  margin: 0 0 0 15px !important;
  width: auto;
  height: auto;
  line-height: 100%;
  font-size: 12px;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup .storeaddress {
  width: 100%;
  position: relative;
  font-size: 14px;
  clear: both;
  padding: 4px 0 0;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup .commonly-used {
  width: 100%;
  position: relative;
  float: left;
  margin: 5px 0 -10px 0;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup .commonly-used input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup .commonly-used input[type=checkbox]:checked ~ .check {
  border: 1px solid #0078c8;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup .commonly-used input[type=checkbox]:checked ~ .check::before {
  background: #0078c8;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup .commonly-used input[type=checkbox]:checked ~ label {
  color: #0078c8;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup .commonly-used label {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 0 0 0 28px;
  margin: 0 auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  color: #0078c8;
  -webkit-transition: all 0.25s linear;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup .commonly-used .check {
  display: block;
  position: absolute;
  border: 1px solid #0078c8;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 3px;
  left: 1px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.preorder--cart-edit .product__option:nth-child(2) .product__option-content.pickup .commonly-used .check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.preorder--cart-edit .product__option-label {
  display: inline-block;
  width: 60px;
  line-height: 40px;
  font-size: 17px;
  color: #4A4A4A;
  font-weight: bold;
  vertical-align: middle;
}
.preorder--cart-edit .product__option-label.pickup {
  width: 100%;
  font-size: 19px;
  font-weight: inherit;
  line-height: 100%;
  margin: 0 0 15px;
}
.preorder--cart-edit .product__option-label.pickup span {
  font-size: 14px;
  color: #686868;
}
.preorder--cart-edit .product__option-content {
  display: inline-block;
  width: calc(100% - 70px);
  height: 40px;
  padding: 0px 10px;
  border: 1.5px solid #007BCA;
  border-radius: 5px;
  background-image: url(../image/product-option-icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 9px;
  vertical-align: middle;
}
.preorder--cart-edit .product__option-content:active {
  background-color: rgba(0, 113, 157, 0.2);
}
.preorder--cart-edit .product__option-value {
  width: calc(100% - 30px);
  color: #007BCA;
  font-weight: bold;
  font-size: 20px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 37px;
}
.preorder--cart-edit .product__option-value.product__option-spec {
  width: 100%;
}
.preorder--cart-edit .product__option-value span {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background: #007BCA;
}
.preorder--cart-edit .product__option-value span.dis:before {
  background: rgba(255, 255, 255, 0.3);
}
.preorder--cart-edit .product__option-value span.minus:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
  top: 48%;
  left: 12px;
}
.preorder--cart-edit .product__option-value span.plus:before, .preorder--cart-edit .product__option-value span.plus:after {
  content: "";
  position: absolute;
  right: 12px;
  width: 15px;
  height: 2px;
  background-color: #fff;
  top: 48%;
}
.preorder--cart-edit .product__option-value span.plus:after {
  -webkit-transform: rotate(90deg);
  -webkit-transform--ms-transform: rotate(90deg);
  -webkit-transform--o-transform: rotate(90deg);
  -webkit-transform-transform: rotate(90deg);
}
.preorder--cart-edit .product__option-value .in-num {
  float: left;
  width: calc(100% - 80px);
  height: 38px;
  color: #9C9B9B;
  text-align: center;
  padding: 0;
  font-size: 19px;
  transition: all 0.6s;
  border: none;
  color: #007BCA;
}
.preorder--cart-edit .product__content {
  padding: 0;
}
.preorder--cart-edit .product__content.success, .preorder--cart-edit .product__content.fail {
  background: #f2f2f2;
  padding: 12px 0 0;
  border-top: 1px solid #E1E3E6;
}
.preorder--cart-edit .product__content.success .title, .preorder--cart-edit .product__content.fail .title {
  padding: 24px 0 22px 0;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #363636;
  display: inline-block;
  width: 100%;
  margin: 0 0 33px;
}
.preorder--cart-edit .product__content.success .title::before, .preorder--cart-edit .product__content.fail .title::before {
  content: "";
  display: inline-block;
  text-align: center;
  width: 47px;
  height: 47px;
  background-image: url(../../assets/image/reservation-success.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.preorder--cart-edit .product__content.success .title p, .preorder--cart-edit .product__content.fail .title p {
  margin: 8px 0 0;
  font-weight: 600;
}
.preorder--cart-edit .product__content.success .title .green-txt, .preorder--cart-edit .product__content.fail .title .green-txt {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  color: #36AD1B;
  justify-content: center;
  align-items: center;
  margin: 16px 16px 8px 16px;
  position: relative;
}
.preorder--cart-edit .product__content.success .title .green-txt::before, .preorder--cart-edit .product__content.fail .title .green-txt::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background-image: url(../../assets/image/welfare-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.preorder--cart-edit .product__content.success .title .green-txt::after, .preorder--cart-edit .product__content.fail .title .green-txt::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #D3D3D3;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -25px;
}
.preorder--cart-edit .product__content.success .title .transfer, .preorder--cart-edit .product__content.fail .title .transfer {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #363636;
}
.preorder--cart-edit .product__content.success .title .transfer span, .preorder--cart-edit .product__content.fail .title .transfer span {
  color: #0078C8;
  margin: 0 0 0 4px;
}
.preorder--cart-edit .product__content.success .social-wrap span, .preorder--cart-edit .product__content.fail .social-wrap span {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1f;
  margin: auto auto 14px auto;
  width: 100%;
  display: block;
}
.preorder--cart-edit .product__content.success .social-wrap ul, .preorder--cart-edit .product__content.fail .social-wrap ul {
  padding: 0;
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
}
.preorder--cart-edit .product__content.success .social-wrap ul li, .preorder--cart-edit .product__content.fail .social-wrap ul li {
  margin: 0 15px;
  list-style: none;
}
.preorder--cart-edit .product__content.success .btn-wrap, .preorder--cart-edit .product__content.fail .btn-wrap {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 20px;
}
.preorder--cart-edit .product__content.success .btn-wrap .top, .preorder--cart-edit .product__content.fail .btn-wrap .top {
  display: flex;
  justify-content: space-between;
}
.preorder--cart-edit .product__content.success .btn-wrap .top a, .preorder--cart-edit .product__content.fail .btn-wrap .top a {
  display: block;
  font-weight: 600;
  background-color: #36AD1B;
  display: block;
  font-weight: 600;
  width: 48%;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  line-height: 42px;
}
.preorder--cart-edit .product__content.success .btn-wrap .top a:nth-child(2), .preorder--cart-edit .product__content.fail .btn-wrap .top a:nth-child(2) {
  background-color: #0078C8;
}
.preorder--cart-edit .product__content.success .btn-wrap .record, .preorder--cart-edit .product__content.fail .btn-wrap .record {
  width: 100%;
  border: 1px solid #979797;
  text-align: center;
  line-height: 40px;
  color: #1a1a1f;
  margin: 10px 0 0;
  display: block;
  border-radius: 20px;
}
.preorder--cart-edit .product__content.fail .title::before {
  width: 40px;
  height: 40px;
  background-image: url(../../assets/image/check-error.svg);
}
.preorder--cart-edit .product__content.fail .title .green-txt {
  color: #FC6068;
}
.preorder--cart-edit .product__content.fail .title .green-txt::before {
  background-image: url(../../assets/image/reservation-fail.svg);
}
.preorder--cart-edit .product__tagline {
  color: #4A4A4A;
  font-size: 14;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.preorder--cart-edit .product__desc {
  font-size: 14px;
  color: #4A4A4A;
  line-height: 22px;
}
.preorder--cart-edit .product__tool {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
}
@media only screen and (max-width: 360px) {
  .preorder--cart-edit .product__tool {
    padding: 10px;
  }
}
.preorder--cart-edit .product__btn {
  float: right;
  padding: 15px 0;
  min-width: 178px;
  border-radius: 5px;
  background-image: linear-gradient(-135deg, #62CDF7 0%, #34C2A4 100%);
  font-size: 17px;
  line-height: 20px;
  color: white;
  letter-spacing: 7px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
@media only screen and (max-width: 360px) {
  .preorder--cart-edit .product__btn {
    padding: 15px 5px;
    min-width: 125px;
    letter-spacing: 0;
  }
}
.preorder--cart-edit .product__btn:active {
  background: 0;
  background-color: #00719D;
}
.preorder--cart-edit .product__price, .preorder--cart-edit .product__deal {
  font-size: 17px;
  line-height: 23px;
}
.preorder--cart-edit .product__price {
  text-decoration: line-through;
  color: #A4A4A4;
}
.preorder--cart-edit .product__deal {
  color: #007BCA;
  font-weight: bold;
}
.preorder--cart-edit hr {
  position: relative;
  margin: 20px 0 10px 0;
  height: 2px;
  border: none;
}
.preorder--cart-edit hr:after {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-90deg, #62CDF7 0%, #34C2A4 100%);
  content: "";
}
.preorder--cart-edit .option-wrap {
  width: 100%;
  float: left;
  overflow: hidden;
}
.preorder--cart-edit .option-wrap:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.preorder--cart-edit .option-item {
  padding: 20px 10px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.preorder--cart-edit .option-item input[type=radio] {
  display: none;
}
.preorder--cart-edit .option-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.preorder--cart-edit .option-item.pickup {
  text-align: left;
  padding: 20px 15px;
}
.preorder--cart-edit .option-item.store {
  width: 80%;
  float: left;
  padding: 20px 0px 20px 10px;
  border-bottom: none;
  position: relative;
}
.preorder--cart-edit .option-item.store input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.preorder--cart-edit .option-item.store .store-text {
  font-weight: normal;
  text-align: left;
  margin: -7px 10px;
  position: relative;
}
.preorder--cart-edit .option-item.store .store-text p {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.preorder--cart-edit .option-item.store .store-text span {
  color: #666;
  font-size: 14px;
}
.preorder--cart-edit .delete {
  width: 20%;
  float: left;
  height: 70px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 360px) {
  .preorder--cart-edit .delete {
    height: 95px;
  }
}
.preorder--cart-edit .delete img {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 40%;
  top: 40%;
}
.preorder--cart-edit .delete input[type=radio] {
  display: none;
}

.preorder--barcode {
  padding-top: 20px;
  background-image: linear-gradient(-180deg, #62CDF7 0%, #34C2A4 100%);
}
.preorder--barcode .caption {
  font-size: 17px;
  left: 20px;
  text-align: center;
  color: white;
  letter-spacing: 1px;
}
.preorder--barcode .caption span {
  font-weight: bold;
  letter-spacing: 3px;
}
.preorder--barcode .barcode {
  margin: 15px auto 20px;
}
.preorder--barcode .barcode img {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 280px;
  border-radius: 4px;
  border: 5px solid white;
}
.preorder--barcode .btn {
  display: block;
  width: 246px;
  margin: 0 auto 20px;
  border-radius: 5px;
  border: 2px solid white;
  font-size: 17px;
  line-height: 40px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
}
.preorder--barcode .btn:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.preorder--barcode-collect {
  padding-top: 44px;
  background: #f9fafc;
}
.preorder--barcode-collect.coupon .wapper:before {
  content: "我的商品";
}
.preorder--barcode-collect.coupon .wapper .proname {
  font-size: 13px;
  padding: 0 0 30px;
  margin: 30% 0 0;
  text-align: center;
  position: relative;
}
.preorder--barcode-collect.coupon .wapper .proname:before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  bottom: 0;
}
.preorder--barcode-collect.coupon .wapper .caption {
  margin: 20px 0 0;
}
.preorder--barcode-collect .wapper {
  margin: 12px;
  border-radius: 10px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.preorder--barcode-collect .wapper:before {
  content: "兌換條碼";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../image/barcode-bg.jpg);
  color: #fff;
  font-size: 1.125em;
  text-align: center;
  padding: 15px 0 0;
  font-weight: 600;
}
.preorder--barcode-collect .wapper .caption {
  font-size: 0.9375em;
  text-align: center;
  color: #1a1a1f;
  letter-spacing: 1px;
  margin: 30% 0 0;
}
.preorder--barcode-collect .wapper .caption span {
  color: #f63c2c;
}
.preorder--barcode-collect .wapper .barcode {
  margin: 10px auto 50px auto;
}
.preorder--barcode-collect .wapper .barcode img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.preorder--barcode-collect .btn_set {
  margin: 30px 10px 0 10px;
  position: relative;
  display: flex;
  justify-content: Space-between;
}
.preorder--barcode-collect .btn_set .btn {
  display: block;
  margin: 0 6px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 40px;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  padding: 0;
  flex: 1;
}
.preorder--barcode-collect .btn_set .btn.green {
  width: 100%;
  height: 40px;
  color: #fff;
  border-radius: 50px;
  line-height: 40px;
  background: rgb(1, 164, 75);
  background: linear-gradient(to right, rgb(1, 164, 75) 0%, rgb(71, 203, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a44b', endColorstr='#47cb83',GradientType=1 );
}
.preorder--barcode-collect .btn_set .btn.blue {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}
.preorder--barcode-collect .back {
  border-radius: 20px;
  border: solid 1px #979797;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #1a1a1f;
  display: block;
  margin: 12px 16px 0 16px;
}
.preorder--barcode-collect .pickup {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.preorder--barcode-collect .pickup a {
  width: 152px;
  height: 35px;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  background: #0078c8;
  margin: 0 5px;
  line-height: 38px;
}
@media only screen and (max-width: 360px) {
  .preorder--barcode-collect .pickup a {
    width: 140px;
    margin: 0 3px;
  }
}
.preorder--barcode-collect .pickup a.back {
  background: #f93d4a;
}
.preorder--barcode-collect .pickup p {
  width: 90%;
  margin: 10px auto 0 auto;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 360px) {
  .preorder--barcode-collect .pickup p {
    width: 86%;
  }
}

.preorder--history {
  background-color: #F4F4F4;
  padding-top: 44px;
}
.preorder--history .searchmon {
  position: relative;
  margin: 8px 16px 0 16px;
  height: 124px;
  color: #fff;
  padding: 20px 16px;
}
.preorder--history .searchmon::before {
  content: "";
  display: block;
  width: 100%;
  height: 124px;
  border-radius: 20px;
  background: rgb(25, 148, 205);
  background: linear-gradient(to right, rgb(25, 148, 205) 0%, rgb(33, 167, 188) 58%, rgb(91, 211, 181) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1994cd', endColorstr='#5bd3b5',GradientType=1 );
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.preorder--history .searchmon h5 {
  font-size: 1.125em;
  margin: 0;
}
.preorder--history .searchmon .select-wrap {
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 10px 0 0;
  position: relative;
  height: 40px;
  width: 100%;
}
.preorder--history .searchmon .select-wrap select {
  width: 100%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  color: #fff;
  border: none;
  background: transparent;
  outline: none;
  margin: 0 auto;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.preorder--history .searchmon .select-wrap select option {
  color: #333;
}
.preorder--history .searchmon .select-wrap input {
  text-align: center;
  width: 100%;
  pointer-events: none;
  border: none;
  background: transparent;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.preorder--history .searchmon .select-wrap span {
  position: absolute;
  border: solid #fff;
  border-width: 0px 1px 1px 0;
  padding: 4px;
  right: 15px;
  top: 13px;
  transform: rotate(45deg);
}
.preorder--history .nav-mainwrap {
  position: relative;
}
.preorder--history .nav-mainwrap .searchbg {
  display: none;
}
.preorder--history .nav-mainwrap h2 {
  font-weight: 600;
  font-size: 0.875em;
  display: none;
}
.preorder--history .nav-mainwrap::before {
  content: "";
  display: block;
  width: 40px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #fff;
}
.preorder--history .nav-mainwrap .arrow {
  transition: all 0.4s;
  width: 40px;
  height: 56px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.preorder--history .nav-mainwrap .arrow::before {
  content: "";
  border: solid #6F6F6F;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 3;
  left: 15px;
  top: 20px;
  position: absolute;
  transition: all 0.6s;
}
.preorder--history .nav-mainwrap.active {
  background: #fff;
  position: absolute;
  top: 176px;
  z-index: 999;
  border-radius: 0px 0px 20px 20px;
}
.preorder--history .nav-mainwrap.active::before {
  height: 34px;
}
.preorder--history .nav-mainwrap.active .searchbg {
  width: 100%;
  height: 132px;
  position: absolute;
  left: 0;
  top: -132px;
  z-index: -2;
  background-color: #F4F4F4;
  display: block;
}
.preorder--history .nav-mainwrap.active .nav-wrap {
  width: 100%;
}
.preorder--history .nav-mainwrap.active h2 {
  display: block;
  padding: 10px 0 10px 8px;
  margin: 0;
}
.preorder--history .nav-mainwrap.active .arrow::before {
  transform: rotate(-135deg);
}
.preorder--history .nav-mainwrap.active .nav-pills {
  white-space: inherit;
  height: auto;
  padding: 0 0 8px;
  border-top: 1px solid #E3E5E7;
}
.preorder--history .nav-wrap {
  width: calc(100% - 40px);
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
}
.preorder--history .nav-wrap .nav-pills {
  transition: all 0.6s;
  padding: 0;
  display: inline-block;
  white-space: nowrap;
  height: 56px;
  margin: 0 0 0 8px;
}
.preorder--history .nav-wrap .nav-pills .nav-item {
  background: #fff;
  border-radius: 20px;
  list-style: none;
  display: inline-block;
  overflow: inherit;
  margin: 8px 8px 0 0;
}
.preorder--history .nav-wrap .nav-pills .nav-item:last-child {
  margin: 8px 0 0;
}
.preorder--history .nav-wrap .nav-pills .nav-link {
  color: #363636;
  font-weight: 300;
  border-radius: 20px;
  text-align: center;
  display: block;
  padding: 8px 24px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.preorder--history .nav-wrap .nav-pills .nav-link.active {
  color: #fff;
  background: #0078c8;
  font-weight: bold;
}
.preorder--history .tab-content {
  width: 100%;
  float: left;
}
.preorder--history .tab-content .bbtn {
  background: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.preorder--history .tab-content .bbtn a {
  margin: 8px 16px;
  display: block;
  height: 40px;
  border: 1px solid #0078C8;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px;
  color: #0078c8;
}
.preorder--history .tab-content #gift {
  padding: 0 0 56px;
}
.preorder--history .tab-content #account .title {
  font-size: 14px;
  color: #363636;
  padding: 8px 0 8px 16px;
  border-bottom: 1px solid #D3D3D3;
  background: #fff;
}
.preorder--history .tab-content #account ul {
  margin: 0;
  padding: 8px 0 4px 16px;
  border-bottom: 1px solid #D3D3D3;
  background: #fff;
}
.preorder--history .tab-content #account ul:last-child {
  border-bottom: none;
}
.preorder--history .tab-content #account ul li {
  font-weight: 400;
  font-size: 13px;
  color: #363636;
  display: flex;
  margin: 0 0 4px;
}
.preorder--history .tab-content #account ul li span {
  color: #6F6F6F;
}
.preorder--history .tab-content #account ul li.orange {
  color: #F78837;
}
.preorder--history .tab-content #buy .list-group {
  padding: 0 0 56px;
}
.preorder--history .tab-content #buy .list-group .group-body {
  margin: 0;
}
.preorder--history .tab-content #buy .list-group .group-body .card {
  margin: 0 16px;
  border-bottom: none;
}
.preorder--history .tab-content #buy .list-group .group-body .info {
  margin: 8px 16px 0 16px;
}
.preorder--history .tab-content #product {
  padding: 0 0 56px;
}
.preorder--history .tab-content #product .group-body {
  margin: 0;
}
.preorder--history .tab-content #product .group-body .card {
  margin: 0 16px;
  border-bottom: none;
}
.preorder--history .tab-content #product .group-body .card .imgwrap {
  margin: 0 8px 10px 0;
  width: 80px;
}
.preorder--history .tab-content #product .group-body .card .imgwrap img {
  margin: 0;
}
.preorder--history .tab-content #product .group-body .card .imgwrap .dayline {
  position: relative;
  text-align: center;
  color: #0078c8;
  margin: 0;
  font-size: 12px;
  width: 80px;
  margin: 8px 0 0;
}
.preorder--history .tab-content #product .group-body .card .imgwrap .dayline::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../image/history-dayline.svg);
  position: absolute;
  left: 7px;
  top: 4px;
}
.preorder--history .tab-content #product .group-body .card .imgwrap .dayline::before {
  content: "兌換期限";
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 4px;
  background-color: #F2F9FD;
  color: #0078c8;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin: 0 0 4px;
  padding: 1px 0 0 12px;
}
.preorder--history .tab-content #product .group-body .card .txt h5 {
  font-size: 1em;
  font-weight: 400;
}
.preorder--history .tab-content #product .group-body .card .txt ul {
  margin: 8px 0 4px 0;
}
.preorder--history .tab-content #product .group-body .card .txt .status {
  color: #F78837;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 0;
  border: none;
  width: auto;
  height: auto;
  cursor: pointer;
}
.preorder--history .tab-content #product .group-body .card .txt .set {
  font-size: 0.875em;
  font-weight: 400;
}
.preorder--history .tab-content #product .group-body .card .txt .set.num {
  color: #363636;
  margin: 6px 0 0;
}
.preorder--history .tab-content .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.preorder--history .tab-content .list-group .list-group-item {
  padding: 0;
  border: none;
  margin: 0 0 15px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.preorder--history .tab-content .list-group .list-group-item .group-body {
  margin: 15px 12px 0px 12px;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .flowbtn {
  position: absolute;
  right: 12px;
  bottom: 6px;
  display: block;
  padding: 2px 10px;
  border-radius: 20px;
  background: linear-gradient(to right, #048dd6 0%, #5ebfff 100%);
  border: none;
  color: #fff;
  width: auto;
  height: 22px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e4e6e8;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info .dark, .preorder--history .tab-content .list-group .list-group-item .group-body .info .orange {
  color: #1a1a1f;
  font-size: 0.875em;
  font-weight: 600;
  max-width: 31%;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info .orange {
  color: #F78837;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info ol {
  padding: 0;
  margin: 0;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info ol li {
  list-style: none;
  font-size: 0.8125em;
  line-height: 120%;
  margin: 0 0 8px;
  color: #363636;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info ol li span {
  color: #6F6F6F;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info ol li.red {
  color: #ff5f5f;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info ol li.red span {
  color: #ff5f5f;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info ol li.orange {
  color: #ff7511;
  display: flex;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info ol li.orange span {
  color: #ff7511;
  white-space: nowrap;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info ol li.orange a {
  display: inline-block;
  color: #fff;
  background: #ff7c27;
  padding: 3px 4px 2px 4px;
  font-size: 12px;
  border-radius: 2px;
  margin: 0 0 0 5px;
  font-weight: 600;
  white-space: nowrap;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .info ol li a {
  color: #0078c8;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card {
  border-radius: 0;
  border: none;
  flex-direction: row;
  border-bottom: 1px solid #e4e6e8;
  display: flex;
  padding: 8px 0 0;
  margin: 0;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 8px 10px 0;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card .txt {
  width: calc(100% - 75px);
  display: flex;
  justify-content: space-between;
  padding: 0 0 8px;
  position: relative;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card .txt h5 {
  font-size: 0.875em;
  margin: 0;
  color: #363636;
  text-align: left;
  font-weight: 600;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card .txt .re {
  background: #F8FFFB;
  border-radius: 4px;
  color: #36AD1B;
  display: inline-block;
  cursor: pointer;
  font-size: 0.75em;
  padding: 2px 4px;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card .txt .booking {
  background: #F2F9FD;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #0078C8;
  font-size: 0.75em;
  padding: 2px 4px;
  margin: 4px 0 2px 0;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card .txt p {
  padding: 0;
  margin: 0;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card .txt ul {
  margin: 2px 0 0;
  padding: 0;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card .txt ul li {
  list-style: none;
  color: #666;
  font-size: 0.75em;
  margin: 0;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card .txt ul li span {
  width: 50px;
  display: block;
  float: left;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card .txt ul li:last-child {
  margin: 0;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card .txt .set {
  color: #018dd6;
  font-size: 0.75em;
  font-weight: 600;
  margin: 0;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card .txt > a {
  margin: 13px 0 0;
  color: #018dd6;
  border: solid 1px #018dd6;
  width: 32px;
  height: 20px;
  display: block;
  border-radius: 2px;
  font-size: 0.8125em;
  text-align: center;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history {
  position: relative;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .title {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  padding: 13px 12px 13px 16px;
  font-size: 0.875em;
  font-weight: 600;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .title.active a {
  transform: rotate(-135deg);
  margin: 7px 5px 0 0;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .title a {
  display: block;
  float: right;
  border: solid #6F6F6F;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  cursor: pointer;
  margin: 2px 5px 0 0;
  transition: all 0.6s;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-out .simplebar-track {
  background: #ececec;
  border-radius: 2px;
  height: calc(100% - 16px);
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-out .simplebar-track.simplebar-horizontal {
  display: none;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-out .simplebar-track.simplebar-vertical {
  width: 4px;
  right: 4px;
  top: 8px;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-out .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  right: 0;
  left: 0;
  width: 4px;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-out .simplebar-track.simplebar-vertical:nth-of-type(n+4) {
  display: none;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-wrap {
  position: relative;
  overflow: hidden;
  display: none;
  padding: 0;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-wrap li {
  list-style: none;
  padding: 8px 8px 4px 16px;
  position: relative;
  border-bottom: 1px solid #D3D3D3;
  color: #363636;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-wrap li:last-child {
  border-bottom: none;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-wrap li span {
  color: #6F6F6F;
  display: flex;
  margin: 0 0 4px;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-wrap li span.orange p {
  color: #F78837;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-wrap li span p {
  padding: 0;
  margin: 0;
  color: #363636;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .sub-history .list-wrap li span.status {
  position: absolute;
  color: #F78837;
  font-weight: 600;
  right: 10px;
  top: 8px;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card-footer {
  background: #fff;
  padding: 8px 0;
  border: none;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card-footer a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 22px;
  cursor: pointer;
  border: 1px solid #363636;
  color: #363636;
  border-radius: 50px;
  margin: 0 0 0 8px;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .card-footer a.align {
  border: 1px solid #0078C8;
  color: #0078c8;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 15px;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .btn-wrap a {
  display: block;
  text-align: center;
  margin: 0 0 0 8px;
  color: #30354c;
  line-height: 40px;
  height: 40px;
  width: 82px;
  border-radius: 40px;
  border: 1px solid #b0b4bb;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .btn-wrap a.blue {
  background: linear-gradient(to right, #048dd6 0%, #5ebfff 100%);
  border: none;
  color: #fff;
}
.preorder--history .tab-content .list-group .list-group-item .group-body .return {
  margin: 15px 0;
  color: #ff7511;
  font-size: 0.75em;
}
.preorder--history .tab-content .empty {
  text-align: center;
  display: none;
  margin: 30% 0 0;
}
.preorder--history .tab-content .empty img {
  width: 30%;
  height: auto;
}
.preorder--history .tab-content .empty p {
  color: #656565;
  font-size: 1.3125em;
  padding: 0;
  margin: 25px 0 36px 0;
}
.preorder--history .tab-content .empty a {
  width: 110px;
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  margin: 0 auto;
}
.preorder--history-list {
  background-color: #F4F4F4;
  padding-top: 44px;
}
.preorder--history-list main {
  padding: 0 0 120px;
}
.preorder--history-list main h5 {
  color: #1a1a1f;
  font-size: 0.9125em;
  padding: 15px 12px 15px 16px;
  margin: 0;
}
.preorder--history-list main .list-group {
  color: #333;
  font-weight: 600;
}
.preorder--history-list main .list-group .list-group-item .group-body {
  color: #4A4A4A;
  display: flex;
  font-weight: 300;
  justify-content: space-between;
  position: relative;
}
.preorder--history-list main .list-group .list-group-item .group-body .status {
  font-weight: 600;
  color: #fc6068;
  font-size: 0.875em;
  white-space: nowrap;
}
.preorder--history-list main .list-group .list-group-item .group-body ol {
  padding: 0;
  margin: 0 15px 0 0;
}
.preorder--history-list main .list-group .list-group-item .group-body ol li {
  list-style: none;
  font-size: 0.875em;
  line-height: 120%;
  margin: 0 0 6px;
  color: #33384d;
}
.preorder--history-list main .list-group .list-group-item .group-body ol li:last-child {
  margin: 0;
}
.preorder--history-list main .list-group .list-group-item .group-body ol li span {
  color: #888b94;
}
.preorder--history-list main .list-group .list-group-item .group-body ol li.red {
  color: #ff5f5f;
}
.preorder--history-list main .list-group .list-group-item .group-body ol li.red span {
  color: #ff5f5f;
}
.preorder--history-list footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 5999;
  background-color: white;
  padding: 20px 15px 40px 15px;
}
.preorder--history-list footer button {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  border: none;
}

.preorder--recieve .recieve__form {
  position: relative;
  display: block;
  margin: 10px 20px;
}
.preorder--recieve .recieve__form input {
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0;
  border: 1.5px solid #007BCA;
  border-radius: 5px;
  background: white;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.8px;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.preorder--recieve .recieve__form input.error {
  border-color: #D0011B;
}
.preorder--recieve .recieve__form a {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 5px;
  background-image: linear-gradient(-180deg, #62CDF7 0%, #34C2A4 100%);
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 7px;
  line-height: 50px;
  cursor: pointer;
}
.preorder--recieve .recieve__form a:active {
  background: 0;
  background-color: #00719D;
}
.preorder--recieve .recieve__form-error {
  margin: 0 0 10px;
  display: none;
  font-size: 14px;
  color: #D0011B;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.7px;
}
.preorder--recieve .recieve__caption {
  margin: 20px 20px 0;
  padding-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 22px;
}

#revieveSuccessModal .product-list__item {
  padding: 12px 10px;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 17px;
}
#revieveSuccessModal .product-list__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#revieveSuccessModal .product-list__count {
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#revieveSuccessModal .product-list__count span {
  color: #007BCA;
}
#revieveSuccessModal .product-list__tool {
  padding: 20px 0px;
  text-align: center;
}
#revieveSuccessModal .product-list__btn {
  display: inline-block;
  margin: 0 5px;
  padding: 0 8px;
  width: 100px;
  border-radius: 5px;
  background-image: linear-gradient(-180deg, #62CDF7 0%, #34C2A4 100%);
  color: white;
  font-size: 17px;
  font-weight: bold;
  line-height: 50px;
}
#revieveSuccessModal .product-list__btn:active {
  background: 0;
  background-color: #00719D;
}
@media only screen and (max-width: 360px) {
  #revieveSuccessModal .product-list__btn:not(:last-child) {
    margin-bottom: 10px;
  }
}

.preorder--transfer {
  background-color: #F4F4F4;
}
.preorder--transfer main .tabs {
  background-image: linear-gradient(-151deg, #62CDF7 4%, #34C2A4 100%);
  height: auto;
}
.preorder--transfer main .tabs li {
  margin: 8px 2px;
}
.preorder--transfer main .all-class.mypro {
  background-image: linear-gradient(-151deg, #62CDF7 4%, #34C2A4 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  top: 90px;
}
.preorder--transfer main .all-class.mypro .nav-wrap ul {
  margin: 10px 0;
}
.preorder--transfer main .all-class.mypro .nav-wrap ul li {
  margin: 0 9px 0 0;
}
.preorder--transfer main .all-class.mypro .nav-wrap ul li:last-child {
  margin: 0;
}
.preorder--transfer main .all-class.mypro .nav-wrap ul li.active a {
  color: #666;
  background: #fff;
}
.preorder--transfer main .all-class.mypro .nav-wrap ul li a {
  height: 30px;
  line-height: 30px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.preorder--transfer .transfer-list {
  margin: 0 12px;
}
.preorder--transfer .transfer-list.re .transfer-list__wrap {
  width: 100%;
}
.preorder--transfer .transfer-list__item {
  position: relative;
  padding: 0;
  margin: 0 0 10px;
}
.preorder--transfer .transfer-list__item::after {
  content: "";
  clear: both;
  display: table;
}
.preorder--transfer .transfer-list__item .checkbox {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../image/cart-uncheck.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  left: 0;
  top: 50%;
  margin: -16px 0 0;
}
.preorder--transfer .transfer-list__item.transfer-list__item--checked .checkbox {
  background-image: url(../image/cart-check.png);
}
.preorder--transfer .transfer-list__item.expiring .transfer-list__wrap::after {
  display: block;
  content: "";
  width: 35px;
  height: 56px;
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/expiring.png);
  background-position: center;
}
.preorder--transfer .transfer-list__item.booking .checkbox {
  display: none;
}
.preorder--transfer .transfer-list__item.booking .transfer-list__fig-container:before {
  width: 116px;
  height: 114px;
  content: "";
  display: block;
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 75%;
  background-image: url(../image/group-39@3x.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: -57px 0 0 -58px;
}
.preorder--transfer .transfer-list__wrap {
  width: 90%;
  float: right;
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.preorder--transfer .transfer-list__left, .preorder--transfer .transfer-list__right {
  float: left;
}
.preorder--transfer .transfer-list__left {
  width: 80px;
  margin: 0 10px 0 15px;
}
.preorder--transfer .transfer-list__fig-container {
  position: relative;
  width: 100%;
  background: white;
}
.preorder--transfer .transfer-list__fig-container .dayline {
  position: relative;
  text-align: center;
  color: #0078c8;
  font-size: 14px;
  width: 80px;
}
.preorder--transfer .transfer-list__fig-container .dayline:before {
  content: "兌換期限";
  display: block;
  width: 100%;
  height: 20px;
  background: #0078c8;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  margin: auto;
}
.preorder--transfer .transfer-list__fig {
  position: relative;
  width: 70px;
  height: 105px;
  margin: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.preorder--transfer .transfer-list__right {
  width: calc(100% - 105px);
  padding: 10px;
}
.preorder--transfer .transfer-list__title {
  color: #4A4A4A;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 1.2px;
  font-weight: bold;
  overflow: hidden;
}
.preorder--transfer .transfer-list__detail {
  margin-top: 5px;
}
.preorder--transfer .transfer-list__detail .select {
  background: #eceff1;
  color: #777;
  width: 100%;
  padding: 2px 10px;
  font-size: 14px;
  margin: 10px 0 0;
  border-radius: 4px;
}
.preorder--transfer .transfer-list__detail .select:focus {
  outline: none;
}
.preorder--transfer .transfer-list__detail .booking {
  float: left;
  width: -moz-max-content;
  width: max-content;
  display: block;
  background: #00a03c;
  border-radius: 8px;
  color: #fff;
  padding: 2px 10px;
  font-size: 14px;
  margin: 8px 5px 0 0;
}
.preorder--transfer .transfer-list__detail .cardpop {
  width: 34px;
  margin: 8px 5px 0 0;
  display: block;
  float: left;
}
.preorder--transfer .transfer-list__detail .cardpop img {
  width: 100%;
  height: auto;
}
.preorder--transfer .transfer-list__detail .count {
  position: relative;
  padding: 0;
  margin: 4px 0 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.preorder--transfer .transfer-list__detail .count li {
  width: 100%;
  color: #666;
  float: inherit;
  margin: 0 0 2px;
  overflow: hidden;
}
.preorder--transfer .transfer-list__detail .count li span, .preorder--transfer .transfer-list__detail .count li p {
  font-size: 14px;
}
.preorder--transfer .transfer-list__detail .count li span {
  float: left;
  width: 58px;
  margin: 1px 0 0;
}
.preorder--transfer .transfer-list__detail .count li p {
  float: left;
  margin: 0 0 0 8px;
  padding: 0 5px;
  min-width: 27px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 10px;
}
.preorder--transfer .transfer-list__detail .count li.blue {
  color: #0078c8;
}
.preorder--transfer .transfer-list__detail .count li.blue p {
  border: 1px solid #0078c8;
  background: #daeff7;
}
.preorder--transfer .transfer__tool {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3px 20px 25px 20px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 6000;
  -webkit-overflow-scroll: touch;
  background-color: white;
}
@media only screen and (max-width: 360px) {
  .preorder--transfer .transfer__tool {
    padding: 10px;
  }
}
.preorder--transfer .transfer__btn {
  float: right;
  padding: 10px 0;
  min-width: 108px;
  margin: 5px 0 0;
  border-radius: 5px;
  background: #0078c8;
  font-size: 15px;
  line-height: 20px;
  color: white;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 360px) {
  .preorder--transfer .transfer__btn {
    min-width: 110px;
  }
}
.preorder--transfer .transfer__btn:active {
  background: 0;
  background-color: #00719D;
}
.preorder--transfer .transfer__quantity {
  font-size: 16px;
  color: #7d7d7d;
  letter-spacing: 1px;
  float: right;
  margin: 20px 10px 0 0;
}
.preorder--transfer .transfer__quantity span {
  display: inline-block;
  padding: 0 5px;
  color: #007BCA;
}

.preorder--transfer-edit main {
  padding-bottom: 69px;
  background: #F4F4F4;
}
.preorder--transfer-edit .header__btn {
  margin-right: 12px;
  padding: 2px 17px;
  border-radius: 5px;
  border: 1.5px solid white;
  color: white;
}
.preorder--transfer-edit .transfer-list {
  padding: 10px 10px 0 10px;
}
.preorder--transfer-edit .transfer-list__item {
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  margin: 0 0 10px;
}
.preorder--transfer-edit .transfer-list__item.expiring:before {
  display: block;
  content: "";
  width: 35px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/expiring.png);
  background-position: center;
}
.preorder--transfer-edit .transfer-list__item.expired:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 6;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}
.preorder--transfer-edit .transfer-list__item.expired:before {
  display: block;
  content: "";
  width: 116px;
  height: 114px;
  position: absolute;
  top: 0;
  left: 6px;
  z-index: 7;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/icon_SoldOut.png);
  background-position: center;
}
.preorder--transfer-edit .transfer-list__left, .preorder--transfer-edit .transfer-list__right {
  float: left;
}
.preorder--transfer-edit .transfer-list__left {
  width: 80px;
  margin: 0 0 0 20px;
}
.preorder--transfer-edit .transfer-list__right {
  padding: 10px 0 0 30px;
  width: calc(100% - 115px);
}
.preorder--transfer-edit .transfer-list__right .select {
  background: #eceff1;
  color: #777;
  width: 100%;
  padding: 2px 10px;
  margin: 0 0 5px;
  border-radius: 4px;
  font-size: 14px;
}
.preorder--transfer-edit .transfer-list__title {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 20px;
  color: #4A4A4A;
  letter-spacing: 0.8px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preorder--transfer-edit .transfer-list__quantity {
  font-size: 14px;
  line-height: 20px;
  color: #0078c8;
  letter-spacing: 0.8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preorder--transfer-edit .transfer-list__quantity span, .preorder--transfer-edit .transfer-list__quantity p {
  float: left;
}
.preorder--transfer-edit .transfer-list__quantity p {
  padding: 0;
  margin: 1px 0 0;
}
.preorder--transfer-edit .transfer-list__quantity span {
  border-radius: 10px;
  border: 1px solid #0078c8;
  background: #daeff7;
  margin: 0 0 0 10px;
  min-width: 30px;
  text-align: center;
}
.preorder--transfer-edit .transfer-list__fig-container {
  position: relative;
  width: 100%;
  background: white;
}
.preorder--transfer-edit .transfer-list__fig-container .dayline {
  position: relative;
  text-align: center;
  color: #00a03c;
  font-size: 14px;
  margin: 0 10px;
  width: 76px;
}
.preorder--transfer-edit .transfer-list__fig-container .dayline:before {
  content: "兌換期限";
  display: block;
  width: 100%;
  height: 20px;
  background: #00a03c;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  margin: auto;
}
.preorder--transfer-edit .transfer-list__fig {
  width: 80px;
  height: 105px;
  position: relative;
  margin: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.preorder--transfer-edit .transfer-list__count {
  margin: 8px 0 0;
}
.preorder--transfer-edit .transfer-list__count .quantity {
  float: left;
}
.preorder--transfer-edit .transfer-list__count .quantity span {
  display: block;
  float: left;
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background: #eceff1;
  border-radius: 4px;
}
@media only screen and (max-width: 360px) {
  .preorder--transfer-edit .transfer-list__count .quantity span {
    width: 26px;
  }
}
.preorder--transfer-edit .transfer-list__count .quantity span.active {
  background: #d2d4d5;
}
.preorder--transfer-edit .transfer-list__count .quantity span.minus:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #777;
  top: 48%;
  left: 11px;
}
@media only screen and (max-width: 360px) {
  .preorder--transfer-edit .transfer-list__count .quantity span.minus:before {
    left: 9px;
  }
}
.preorder--transfer-edit .transfer-list__count .quantity span.plus:before, .preorder--transfer-edit .transfer-list__count .quantity span.plus:after {
  content: "";
  position: absolute;
  right: 11px;
  width: 8px;
  height: 1px;
  background-color: #777;
  top: 48%;
}
@media only screen and (max-width: 360px) {
  .preorder--transfer-edit .transfer-list__count .quantity span.plus:before, .preorder--transfer-edit .transfer-list__count .quantity span.plus:after {
    right: 9px;
  }
}
.preorder--transfer-edit .transfer-list__count .quantity span.plus:after {
  -webkit-transform: rotate(90deg);
  -webkit-transform--ms-transform: rotate(90deg);
  -webkit-transform--o-transform: rotate(90deg);
  -webkit-transform-transform: rotate(90deg);
}
.preorder--transfer-edit .transfer-list__count .quantity .in-num {
  float: left;
  width: 30px;
  height: 24px;
  color: #000;
  text-align: center;
  padding: 0;
  font-size: 14px;
  transition: all 0.6s;
  border: none;
}
.preorder--transfer-edit .transfer-list__count .quantity:before {
  content: "購買數量";
  display: block;
  float: left;
  margin: 3px 12px 0 0;
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 360px) {
  .preorder--transfer-edit .transfer-list__count .quantity:before {
    margin: 3px 5px 0 0;
  }
}
.preorder--transfer-edit .transfer-list__error {
  display: none;
  clear: both;
  padding-top: 10px;
  color: #DC2022;
  font-size: 14px;
  text-align: center;
}
.preorder--transfer-edit .transfer__caption {
  margin: 20px 20px 0;
  padding-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 22px;
  position: relative;
}
.preorder--transfer-edit .transfer__caption:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 100vw;
  height: 1px;
  background: #dfe0e2;
}
.preorder--transfer-edit .transfer__caption .accordion {
  padding: 0;
  margin: 0 auto;
  list-style: none outside;
}
.preorder--transfer-edit .transfer__caption .accordion .accordion-item-hd {
  display: block;
  padding: 15px 30px 15px 0;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
.preorder--transfer-edit .transfer__caption .accordion .accordion-item-bd {
  max-height: 2000px;
  transition: all 0.3s;
  margin-bottom: 0;
  overflow: hidden;
}
.preorder--transfer-edit .transfer__caption .accordion .accordion-item-bd ul {
  padding: 0;
  margin: 0;
}
.preorder--transfer-edit .transfer__caption .accordion .accordion-item-bd ul li {
  list-style: decimal;
  margin: 0 0 10px 20px;
}
.preorder--transfer-edit .transfer__caption .accordion .accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 0;
  transition: all 0.3s;
}
.preorder--transfer-edit .transfer__caption .accordion .accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  transform: rotate(0);
}
.preorder--transfer-edit .transfer__caption .accordion .accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  pointer-events: none;
  transition: transform 0.3s ease;
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.preorder--transfer-edit .transfer__caption .accordion .accordion-item-hd-cta img {
  width: 12px;
  height: auto;
}
.preorder--transfer-edit .transfer__caption .accordion .accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}
.preorder--transfer-edit .transfer__tool {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 20px 25px 20px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 6000;
  text-align: center;
  background-color: white;
  display: inline-block;
}
@media only screen and (max-width: 360px) {
  .preorder--transfer-edit .transfer__tool {
    padding: 10px;
  }
}
.preorder--transfer-edit .transfer__btn {
  display: inline-block;
  padding: 10px 0;
  width: 86px;
  font-size: 16px;
  line-height: 20px;
  color: white;
  letter-spacing: 1px;
  text-align: center;
  background: #0078c8;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 360px) {
  .preorder--transfer-edit .transfer__btn {
    min-width: 100px;
  }
}
.preorder--transfer-edit .transfer__btn:first-child {
  margin-right: 1px;
  background-image: linear-gradient(90deg, #38c4b0 0%, #63c7fa 100%);
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.preorder--transfer-edit .transfer__btn:active {
  background: 0;
  background-color: #00719D;
}

#transferNonmemberModal .modal-header .close, #reservationNonmemberModal .modal-header .close, #deliveryNonmemberModal .modal-header .close, #positionNonmemberModal .modal-header .close, #cancelreservationModal .modal-header .close {
  width: 24px;
  height: 24px;
  top: 70%;
  margin: 0;
  background-image: url(../image/modal-close-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0;
}
#transferNonmemberModal .modal-body, #reservationNonmemberModal .modal-body, #deliveryNonmemberModal .modal-body, #positionNonmemberModal .modal-body, #cancelreservationModal .modal-body {
  padding: 30px 10px;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}
#transferNonmemberModal .modal-body.cancel .date, #reservationNonmemberModal .modal-body.cancel .date, #deliveryNonmemberModal .modal-body.cancel .date, #positionNonmemberModal .modal-body.cancel .date, #cancelreservationModal .modal-body.cancel .date {
  text-align: left;
  padding: 0 0 15px;
  font-size: 15px;
}
#transferNonmemberModal .modal-body.cancel .main, #reservationNonmemberModal .modal-body.cancel .main, #deliveryNonmemberModal .modal-body.cancel .main, #positionNonmemberModal .modal-body.cancel .main, #cancelreservationModal .modal-body.cancel .main {
  text-align: center;
  padding: 18px 0;
  border-top: 1px solid #ccc;
}
#transferNonmemberModal .modal-body.cancel .main h3, #reservationNonmemberModal .modal-body.cancel .main h3, #deliveryNonmemberModal .modal-body.cancel .main h3, #positionNonmemberModal .modal-body.cancel .main h3, #cancelreservationModal .modal-body.cancel .main h3 {
  font-size: 22px;
  color: #333;
  padding: 0;
  margin: 0 0 10px;
}
#transferNonmemberModal .modal-body.cancel .note, #reservationNonmemberModal .modal-body.cancel .note, #deliveryNonmemberModal .modal-body.cancel .note, #positionNonmemberModal .modal-body.cancel .note, #cancelreservationModal .modal-body.cancel .note {
  font-size: 14px;
  text-align: left;
  padding: 0;
  margin: 0;
}
#transferNonmemberModal .modal-body.delivery, #reservationNonmemberModal .modal-body.delivery, #deliveryNonmemberModal .modal-body.delivery, #positionNonmemberModal .modal-body.delivery, #cancelreservationModal .modal-body.delivery {
  padding: 12px 10px 50px 10px;
}
#transferNonmemberModal .modal-body.delivery .title, #reservationNonmemberModal .modal-body.delivery .title, #deliveryNonmemberModal .modal-body.delivery .title, #positionNonmemberModal .modal-body.delivery .title, #cancelreservationModal .modal-body.delivery .title {
  background: #76c663;
  color: #fff;
  font-size: 16px;
  padding: 2px 10px;
  text-align: left;
}
#transferNonmemberModal .modal-body.delivery ul, #reservationNonmemberModal .modal-body.delivery ul, #deliveryNonmemberModal .modal-body.delivery ul, #positionNonmemberModal .modal-body.delivery ul, #cancelreservationModal .modal-body.delivery ul {
  width: 100%;
  position: relative;
  margin: 20px 0 0;
  padding: 0;
}
#transferNonmemberModal .modal-body.delivery ul li, #reservationNonmemberModal .modal-body.delivery ul li, #deliveryNonmemberModal .modal-body.delivery ul li, #positionNonmemberModal .modal-body.delivery ul li, #cancelreservationModal .modal-body.delivery ul li {
  position: relative;
  overflow: hidden;
  padding: 0 0 10px 25px;
  list-style: none;
}
#transferNonmemberModal .modal-body.delivery ul li span, #reservationNonmemberModal .modal-body.delivery ul li span, #deliveryNonmemberModal .modal-body.delivery ul li span, #positionNonmemberModal .modal-body.delivery ul li span, #cancelreservationModal .modal-body.delivery ul li span {
  float: left;
  font-size: 18px;
  text-align: left;
}
#transferNonmemberModal .modal-body.delivery ul li span:first-child, #reservationNonmemberModal .modal-body.delivery ul li span:first-child, #deliveryNonmemberModal .modal-body.delivery ul li span:first-child, #positionNonmemberModal .modal-body.delivery ul li span:first-child, #cancelreservationModal .modal-body.delivery ul li span:first-child {
  width: 100px;
}
#transferNonmemberModal .modal-body.delivery ul li span.date, #reservationNonmemberModal .modal-body.delivery ul li span.date, #deliveryNonmemberModal .modal-body.delivery ul li span.date, #positionNonmemberModal .modal-body.delivery ul li span.date, #cancelreservationModal .modal-body.delivery ul li span.date {
  font-size: 15px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 360px) {
  #transferNonmemberModal .modal-body.delivery ul li span.date, #reservationNonmemberModal .modal-body.delivery ul li span.date, #deliveryNonmemberModal .modal-body.delivery ul li span.date, #positionNonmemberModal .modal-body.delivery ul li span.date, #cancelreservationModal .modal-body.delivery ul li span.date {
    margin: 0 0 0 5px;
  }
}
#transferNonmemberModal .modal-body.delivery ul li:before, #reservationNonmemberModal .modal-body.delivery ul li:before, #deliveryNonmemberModal .modal-body.delivery ul li:before, #positionNonmemberModal .modal-body.delivery ul li:before, #cancelreservationModal .modal-body.delivery ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #0078c8;
  position: absolute;
  left: 7px;
  top: 8px;
  border-radius: 50%;
}
#transferNonmemberModal .modal-body.delivery ul li:after, #reservationNonmemberModal .modal-body.delivery ul li:after, #deliveryNonmemberModal .modal-body.delivery ul li:after, #positionNonmemberModal .modal-body.delivery ul li:after, #cancelreservationModal .modal-body.delivery ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #0078c8;
  position: absolute;
  left: 10px;
  top: 20px;
}
#transferNonmemberModal .modal-body.delivery ul li:last-child:before, #reservationNonmemberModal .modal-body.delivery ul li:last-child:before, #deliveryNonmemberModal .modal-body.delivery ul li:last-child:before, #positionNonmemberModal .modal-body.delivery ul li:last-child:before, #cancelreservationModal .modal-body.delivery ul li:last-child:before {
  width: 13px;
  height: 13px;
  background-image: url(../image/ok.svg);
  background-repeat: no-repeat;
  background-size: 90%;
  background-color: transparent;
  background-position: center;
  border: 1px solid #0078c8;
  left: 4px;
  top: 6px;
}
#transferNonmemberModal .modal-body.delivery ul li:last-child:after, #reservationNonmemberModal .modal-body.delivery ul li:last-child:after, #deliveryNonmemberModal .modal-body.delivery ul li:last-child:after, #positionNonmemberModal .modal-body.delivery ul li:last-child:after, #cancelreservationModal .modal-body.delivery ul li:last-child:after {
  display: none;
}
#transferNonmemberModal .tool, #reservationNonmemberModal .tool, #deliveryNonmemberModal .tool, #positionNonmemberModal .tool, #cancelreservationModal .tool {
  margin-top: 30px;
}
#transferNonmemberModal .tool__btn, #reservationNonmemberModal .tool__btn, #deliveryNonmemberModal .tool__btn, #positionNonmemberModal .tool__btn, #cancelreservationModal .tool__btn {
  display: inline-block;
  width: calc((100% - 1px) / 2);
  padding: 10px 0;
  float: left;
  background-image: linear-gradient(-135deg, #62CDF7 0%, #34C2A4 100%);
  font-size: 17px;
  line-height: 20px;
  color: white;
}
#transferNonmemberModal .tool__btn:active, #reservationNonmemberModal .tool__btn:active, #deliveryNonmemberModal .tool__btn:active, #positionNonmemberModal .tool__btn:active, #cancelreservationModal .tool__btn:active {
  background: 0;
  background-color: #00719D;
}
@media only screen and (max-width: 360px) {
  #transferNonmemberModal .tool__btn:not(:last-child), #reservationNonmemberModal .tool__btn:not(:last-child), #deliveryNonmemberModal .tool__btn:not(:last-child), #positionNonmemberModal .tool__btn:not(:last-child), #cancelreservationModal .tool__btn:not(:last-child) {
    margin-bottom: 10px;
  }
}
#transferNonmemberModal .tool__btn:first-child, #reservationNonmemberModal .tool__btn:first-child, #deliveryNonmemberModal .tool__btn:first-child, #positionNonmemberModal .tool__btn:first-child, #cancelreservationModal .tool__btn:first-child {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0 1px 0 0;
}
#transferNonmemberModal .tool__btn:nth-child(2), #reservationNonmemberModal .tool__btn:nth-child(2), #deliveryNonmemberModal .tool__btn:nth-child(2), #positionNonmemberModal .tool__btn:nth-child(2), #cancelreservationModal .tool__btn:nth-child(2) {
  background: #0078c8;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#positionNonmemberModal .modal-dialog {
  width: 90%;
}
#positionNonmemberModal .modal-body {
  padding: 10px 8px;
  position: relative;
}
#positionNonmemberModal iframe {
  width: 100%;
  height: 80vh;
  border: none;
  height: -webkit-fill-available;
  height: calc(-webkit-fill-available * 0.8);
}

#cancelreservationModal .modal-body {
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

@media only screen and (max-width: 360px) {
  #barcodeModal .modal-dialog {
    width: calc(100% - 20px);
  }
}
#barcodeModal .modal-content {
  border-radius: 36px;
}
#barcodeModal .modal-header {
  background: #fff;
  color: #686868;
  font-size: 20px;
  border-bottom: none;
  padding: 15px 15px 5px 15px;
  letter-spacing: 0;
}
#barcodeModal .modal-header h4 {
  font-weight: normal;
}
#barcodeModal .modal-body {
  padding: 0 15px;
}
#barcodeModal .modal-body .barcodeimg {
  width: 100%;
}
#barcodeModal .modal-body .barcodeimg.sec {
  margin: 13px 0 0;
}
#barcodeModal .modal-body .barcodeimg img {
  width: 100%;
  header: auto;
}
#barcodeModal .modal-body .note {
  font-size: 16px;
  color: #9c9b9b;
  text-align: center;
  line-height: 150%;
  margin: 20px 0 40px 0;
}

#transferDetail .modal-body {
  padding: 30px 10px;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}
#transferDetail .modal-body ul {
  margin: 0 0 20px 15px;
  padding: 0;
}
#transferDetail .modal-body ul li {
  text-align: left;
  margin: 0 0 8px;
  list-style-type: disc;
}
@media only screen and (max-width: 360px) {
  #transferDetail .modal-body ul li {
    font-size: 14px;
  }
}
#transferDetail .tool {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
#transferDetail .tool__btn {
  display: inline-block;
  width: 110px;
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}
#transferDetail .tool__btn:active {
  background: 0;
  background-color: #00719D;
}
@media only screen and (max-width: 360px) {
  #transferDetail .tool__btn:not(:last-child) {
    margin-bottom: 10px;
  }
}

.preorder--transfer-member main {
  background: #F4F4F4;
  padding: 20px 0 0;
  height: calc(100vh - 64px);
}
.preorder--transfer-member .header__btn {
  margin-right: 12px;
  padding: 2px 17px;
  border-radius: 5px;
  border: 1.5px solid white;
  color: white;
}
.preorder--transfer-member .transfer-member__header {
  border-bottom: 1px solid #dfe0e2;
}
.preorder--transfer-member .transfer-member__form {
  position: relative;
  display: block;
  margin: 0 20px 20px 20px;
}
.preorder--transfer-member .transfer-member__form input {
  width: 100%;
  box-shadow: none;
  padding: 0 10px;
  border: 1px solid #007BCA;
  border-radius: 5px;
  background: white;
  line-height: 46px;
  font-size: 15px;
  letter-spacing: 0.8px;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 360px) {
  .preorder--transfer-member .transfer-member__form input {
    letter-spacing: -0.8px;
    font-size: 14px;
  }
}
.preorder--transfer-member .transfer-member__form input::-moz-placeholder {
  color: #b4b4b4;
}
.preorder--transfer-member .transfer-member__form input::placeholder {
  color: #b4b4b4;
}
.preorder--transfer-member .transfer-member__form input.error {
  border-color: #D0011B;
}
.preorder--transfer-member .transfer-member__form-btn {
  position: absolute;
  display: inline-block;
  padding: 6px 10px;
  border: 0;
  border-radius: 5px;
  background: #daeff7;
  color: #0078c8;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  right: 10px;
  top: 8px;
}
.preorder--transfer-member .transfer-member__form-error {
  margin: 0 0 10px;
  display: none;
  font-size: 14px;
  color: #D0011B;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.7px;
}
.preorder--transfer-member .transfer-member__caption {
  margin: 20px 20px 0;
  padding-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 22px;
}
.preorder--transfer-member .transfer-list .accordion {
  padding: 0 5px;
  list-style: none outside;
}
.preorder--transfer-member .transfer-list .accordion .accordion-item-hd {
  display: block;
  padding: 5px 0 10px 10px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.preorder--transfer-member .transfer-list .accordion .accordion-item-bd {
  max-height: 2000px;
  transition: all 0.3s;
  margin-bottom: 0;
  overflow: hidden;
}
.preorder--transfer-member .transfer-list .accordion .accordion-item-bd ul {
  padding: 0;
  margin: 0;
}
.preorder--transfer-member .transfer-list .accordion .accordion-item-bd ul li {
  list-style: decimal;
  margin: 0 0 10px 20px;
}
.preorder--transfer-member .transfer-list .accordion .accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 0;
  transition: all 0.3s;
}
.preorder--transfer-member .transfer-list .accordion .accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  transform: rotate(0);
}
.preorder--transfer-member .transfer-list .accordion .accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  pointer-events: none;
  transition: transform 0.3s ease;
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.preorder--transfer-member .transfer-list .accordion .accordion-item-hd-cta img {
  width: 12px;
  height: auto;
}
.preorder--transfer-member .transfer-list .accordion .accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}
.preorder--transfer-member .transfer-list__item {
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px 5px 15px 5px;
  margin: 5px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.preorder--transfer-member .transfer-list__item::after {
  content: "";
  clear: both;
  display: table;
}
.preorder--transfer-member .transfer-list__left, .preorder--transfer-member .transfer-list__right {
  float: left;
}
.preorder--transfer-member .transfer-list__left {
  width: 90px;
  margin: 0 0 0 10px;
}
.preorder--transfer-member .transfer-list__right {
  padding: 10px 0 0 20px;
  width: calc(100% - 105px);
}
.preorder--transfer-member .transfer-list__fig-container {
  position: relative;
  width: 100%;
  background: white;
}
.preorder--transfer-member .transfer-list__fig-container .dayline {
  position: relative;
  text-align: center;
  color: #00a03c;
  left: 0;
  bottom: 0px;
  z-index: 1;
  font-size: 14px;
  width: 74px;
  margin: 0 0 0 8px;
}
.preorder--transfer-member .transfer-list__fig-container .dayline:before {
  content: "兌換期限";
  display: block;
  width: 100%;
  height: 20px;
  background: #00a03c;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  margin: auto;
}
.preorder--transfer-member .transfer-list__fig {
  position: relative;
  width: 80px;
  height: 115px;
  margin: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.preorder--transfer-member .transfer-list__title {
  color: #4A4A4A;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 1.2px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preorder--transfer-member .transfer-list__detail {
  margin-top: 20px;
}
.preorder--transfer-member .transfer-list__detail .select {
  background: #eceff1;
  color: #777;
  font-size: 14px;
  width: 100%;
  padding: 2px 10px;
  border-radius: 4px;
}
.preorder--transfer-member .transfer-list__quantity {
  margin-top: 5px;
  color: #007BCA;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preorder--transfer-member .transfer-list__quantity span {
  float: left;
  margin: 0 5px;
  padding: 0 5px;
  min-width: 27px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #0078c8;
  background: #daeff7;
}
.preorder--transfer-member .transfer-list__quantity p {
  margin: 2px 0 0;
  padding: 0;
  float: left;
}
.preorder--transfer-member__tool {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3px 20px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 6000;
  background-color: white;
}
.preorder--transfer-member__tool button {
  position: relative;
  float: right;
  background: #0078c8;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  height: 40px;
  width: 105px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 4px;
  display: block;
  opacity: 1;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
.preorder--transfer-member__tool button:disabled {
  opacity: 0.5;
}

#transferComfirmModal .modal-body,
#transferSuccessModal .modal-body {
  padding: 40px 10px 30px;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}
#transferComfirmModal .id,
#transferSuccessModal .id {
  font-weight: bold;
  color: #007BCA;
}
#transferComfirmModal .tool,
#transferSuccessModal .tool {
  margin-top: 30px;
}
#transferComfirmModal .tool__btn,
#transferSuccessModal .tool__btn {
  display: inline-block;
  width: 100px;
  padding: 15px 0;
  border-radius: 5px;
  background-image: linear-gradient(-135deg, #62CDF7 0%, #34C2A4 100%);
  font-size: 17px;
  line-height: 20px;
  color: white;
  letter-spacing: 1px;
}
#transferComfirmModal .tool__btn:active,
#transferSuccessModal .tool__btn:active {
  background: 0;
  background-color: #00719D;
}
@media only screen and (max-width: 360px) {
  #transferComfirmModal .tool__btn:not(:last-child),
  #transferSuccessModal .tool__btn:not(:last-child) {
    margin-bottom: 10px;
  }
}

#transferSuccessModal .modal-header .close {
  width: 20px;
  height: 20px;
  top: 70%;
  margin: 0;
  background-image: url(../image/modal-close.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#transferSuccessModal .tool {
  width: 100%;
  text-align: center;
}
#transferSuccessModal .tool__btn {
  width: calc((100% - 1px) / 2);
  padding: 10px 0;
  float: left;
  background: #0078c8;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#transferSuccessModal .tool__btn:first-child {
  margin: 0 1px 0 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(-135deg, #62CDF7 0%, #34C2A4 100%);
}

#transferComfirmModal .item {
  line-height: 30px;
}
#transferComfirmModal .name {
  display: inline-block;
  padding: 0 0.4em 0 0;
  font-weight: bold;
}
#transferComfirmModal .amount {
  font-weight: bold;
}
#transferComfirmModal .id {
  margin-top: 10px;
}
#transferComfirmModal .caption {
  margin-top: 10px;
  color: #A4A4A4;
}

#contactsDisableModal,
.modal-body {
  padding: 35px 10px;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.transfer-comfirm {
  position: fixed;
  width: 100%;
  max-height: 80vh;
  overflow-y: scroll;
  background: #fff;
  bottom: 0;
  z-index: 6011;
  transform: translateY(100%);
  transition: transform 300ms ease;
}
.transfer-comfirm.active {
  transform: translateY(0);
}
.transfer-comfirm .header {
  width: 100%;
  height: 55px;
  background-image: linear-gradient(-180deg, #62CDF7 4%, #34C2A4 100%);
  text-align: center;
  color: #fff;
  line-height: 55px;
  font-size: 20px;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 555;
}
.transfer-comfirm .header .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 18px;
  display: block;
  background-image: url(../image/modal-close.png);
  background-size: contain;
}
.transfer-comfirm .content {
  margin: auto;
  display: block;
  padding: 15px 0;
  background: #f9fafc;
}
.transfer-comfirm .content .info {
  text-align: center;
  border-bottom: 1px solid #dfe0e2;
  padding: 0 0 20px;
}
.transfer-comfirm .content .info p {
  color: #333;
  margin: 0;
  padding: 0;
}
.transfer-comfirm .content .info p.mobile {
  color: #0078c8;
  font-size: 22px;
  margin: 10px 0;
}
.transfer-comfirm .content .detail-wrap {
  overflow: hidden;
}
.transfer-comfirm .content .detail-wrap .title {
  color: #333;
  margin: 12px 0 8px 10px;
}
.transfer-comfirm .content .detail-wrap .title span {
  font-size: 14px;
  color: #666;
}
.transfer-comfirm .content .detail-wrap .list {
  margin: 0 20px 10px 20px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 10px 15px 10px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.transfer-comfirm .content .detail-wrap .list .fig-container {
  position: relative;
  width: 86px;
  height: 86px;
  background: white;
  float: left;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.transfer-comfirm .content .detail-wrap .list .right {
  float: left;
  padding: 0 0 0 10px;
  width: calc(100% - 96px);
}
.transfer-comfirm .content .detail-wrap .list .right h6 {
  color: #4A4A4A;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 1.2px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.transfer-comfirm .content .detail-wrap .list .right .select {
  background: #eceff1;
  color: #777;
  padding: 2px 10px;
  margin: 5px 0 0;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
}
.transfer-comfirm .content .detail-wrap .list .right .quantity {
  margin-top: 5px;
  color: #007BCA;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transfer-comfirm .content .detail-wrap .list .right .quantity span {
  float: left;
  margin: 0 5px;
  padding: 0 5px;
  min-width: 27px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #0078c8;
  background: #daeff7;
}
.transfer-comfirm .content .detail-wrap .list .right .quantity p {
  margin: 2px 0 0;
  padding: 0;
  float: left;
}
.transfer-comfirm .tool {
  position: sticky;
  width: 100vw;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 0;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 6000;
  background-color: white;
  text-align: center;
  display: inline-block;
}
.transfer-comfirm .tool a {
  width: 115px;
  height: 40px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.transfer-comfirm .tool a:first-child {
  background-image: linear-gradient(-135deg, #62CDF7 0%, #34C2A4 100%);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 0 1px 0 0;
}
.transfer-comfirm .tool a:nth-child(2) {
  background: #0078c8;
  margin: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.preorder--transfer-nonmember .header__btn {
  margin-right: 12px;
  padding: 2px 17px;
  border-radius: 5px;
  border: 1.5px solid white;
  color: white;
}
.preorder--transfer-nonmember .transfer-nonmember__header {
  box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.preorder--transfer-nonmember .transfer-nonmember__caption {
  margin: 16px 20px 10px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.preorder--transfer-nonmember .transfer-nonmember__sn {
  margin: 10px 20px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  color: #007BCA;
}
.preorder--transfer-nonmember .transfer-nonmember__tool {
  margin: 0 15px 0 20px;
  padding-bottom: 10px;
}
.preorder--transfer-nonmember .transfer-nonmember__tool::after {
  content: "";
  clear: both;
  display: table;
}
.preorder--transfer-nonmember .transfer-nonmember__label {
  margin-bottom: 10px;
  display: block;
  font-size: 17px;
  color: #4A4A4A;
  letter-spacing: 0.8;
}
.preorder--transfer-nonmember .transfer-nonmember__share {
  display: flex;
  padding: 0 25px;
  justify-content: space-between;
}
.preorder--transfer-nonmember .transfer-nonmember__share-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 0%;
  background-size: 100% auto;
}
@media only screen and (max-width: 360px) {
  .preorder--transfer-nonmember .transfer-nonmember__share-btn {
    width: 40px;
    height: 40px;
  }
}
.preorder--transfer-nonmember .transfer-nonmember__share-btn:active {
  opacity: 0.5;
}
.preorder--transfer-nonmember .transfer-nonmember__share-btn--line {
  background-image: url(../image/transfer-share-line.png);
}
.preorder--transfer-nonmember .transfer-nonmember__share-btn--messenger {
  background-image: url(../image/transfer-share-messenger.png);
}
.preorder--transfer-nonmember .transfer-nonmember__share-btn--sms {
  background-image: url(../image/transfer-share-sms.png);
}
.preorder--transfer-nonmember .transfer-nonmember__share-btn--mail {
  background-image: url(../image/transfer-share-mail.png);
}
.preorder--transfer-nonmember .transfer-nonmember__share-btn--whatsapp {
  background-image: url(../image/transfer-share-whatsapp.png);
}
.preorder--transfer-nonmember .transfer-nonmember__share-btn--wechat {
  background-image: url(../image/transfer-share-wechat.png);
}
.preorder--transfer-nonmember .transfer-list__header {
  margin: 10px 20px;
  line-height: 20px;
  font-size: 17px;
  color: #4A4A4A;
  letter-spacing: 0.8;
}
.preorder--transfer-nonmember .transfer-list__item {
  position: relative;
  padding-bottom: 10px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
}
.preorder--transfer-nonmember .transfer-list__item::after {
  content: "";
  clear: both;
  display: table;
}
.preorder--transfer-nonmember .transfer-list__left, .preorder--transfer-nonmember .transfer-list__right {
  float: left;
}
.preorder--transfer-nonmember .transfer-list__left {
  width: 151px;
}
.preorder--transfer-nonmember .transfer-list__right {
  width: calc(100% - 151px);
  padding: 10px;
}
.preorder--transfer-nonmember .transfer-list__fig-container {
  position: relative;
  width: 100%;
  height: 113px;
  background: white;
}
.preorder--transfer-nonmember .transfer-list__fig {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.preorder--transfer-nonmember .transfer-list__title {
  color: #4A4A4A;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 1.2px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preorder--transfer-nonmember .transfer-list__detail {
  margin-top: 5px;
}
.preorder--transfer-nonmember .transfer-list__falvor, .preorder--transfer-nonmember .transfer-list__spec, .preorder--transfer-nonmember .transfer-list__via, .preorder--transfer-nonmember .transfer-list__quantity {
  margin-top: 5px;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.preorder--transfer-nonmember .transfer-list__quantity {
  color: #007BCA;
  font-weight: bold;
}

.preorder--my-product {
  background-color: #f2f2f2;
}
.preorder--my-product.share ul.tabs {
  display: flex;
  justify-content: center;
  z-index: 999;
}
.preorder--my-product.share ul.tabs li:nth-child(2) {
  display: block;
}
.preorder--my-product.share .transfer__tool .transfer__btnset button {
  width: 120px;
  height: 40px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 0.975em;
  border-radius: 20px;
  font-weight: 600;
  border: none;
}
.preorder--my-product.share .transfer__tool .transfer__btnset button:disabled {
  opacity: 0.3;
}
.preorder--my-product.share .transfer__tool .transfer__btnset button.re {
  background: #36AD1B;
}
.preorder--my-product.share .transfer__tool .transfer__btnset button.ex {
  background: #0078C8;
  margin: 0 0 0 4px;
}
.preorder--my-product main.three ul.tabs {
  display: flex;
  justify-content: center;
  z-index: 999;
}
.preorder--my-product main.three ul.tabs li {
  width: calc((100vw - 32px) / 3);
}
.preorder--my-product main.three ul.tabs li:nth-child(2) {
  display: block;
}
.preorder--my-product main.three .tab_container #tab3 {
  display: block;
  padding: 55px 0 87px 0;
}
.preorder--my-product main ul.tabs {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
.preorder--my-product main ul.tabs:before {
  content: "";
  display: block;
  width: calc(100% - 36px);
  height: 36px;
  background: #F2F2F2;
  border-radius: 30px;
  position: absolute;
  left: 18px;
  top: 12px;
  z-index: -1;
}
.preorder--my-product main ul.tabs li {
  margin: 12px 0 0;
  line-height: 36px;
  border-radius: 30px;
  color: #6F6F6F;
  height: 36px;
  position: relative;
  font-size: 16px;
  border: none;
}
.preorder--my-product main ul.tabs li:nth-child(2) {
  display: none;
}
.preorder--my-product main ul.tabs li.active {
  border: none;
  background: #0078C8;
  color: #fff;
  height: 36px;
  font-weight: 600;
}
.preorder--my-product main ul.tabs li.active:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #0078C8 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin: 0 0 0 -8px;
}
.preorder--my-product main .tab_container #tab3 {
  display: none;
}
.preorder--my-product .my-product-list {
  margin: 0;
  padding: 0;
}
.preorder--my-product .my-product-list .filter_wrap {
  display: flex;
  padding: 12px 16px;
  align-items: center;
  background: #fff;
  position: relative;
}
.preorder--my-product .my-product-list .filter_wrap::after {
  content: "";
  display: block;
  width: 100vw;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
.preorder--my-product .my-product-list .filter_wrap.share {
  position: relative;
}
.preorder--my-product .my-product-list .filter_wrap.share .del {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 7px;
  display: block;
  background-image: url(../image/textsearch-del.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: transparent;
  display: none;
}
.preorder--my-product .my-product-list .filter_wrap.share::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #D3D3D3;
  position: absolute;
  left: 90px;
  top: 18px;
}
.preorder--my-product .my-product-list .filter_wrap.share .search input {
  margin: 0 0 0 10px;
}
.preorder--my-product .my-product-list .filter_wrap.share .search select {
  width: 65px;
  border: none;
  background: transparent;
  color: #6F6F6F;
  font-size: 0.875em;
}
.preorder--my-product .my-product-list .filter_wrap.share .search::after {
  content: "";
  display: none;
  border: solid #6F6F6F;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 11px;
  left: 61px;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  background-image: none;
}
.preorder--my-product .my-product-list .filter_wrap.share .search .submit {
  background-size: 80%;
  width: 35px;
}
@supports (-webkit-touch-callout: none) {
  .preorder--my-product .my-product-list .filter_wrap.share .search::after {
    display: inline-block;
  }
}
.preorder--my-product .my-product-list .filter_wrap .search {
  border: 1px solid #D3D3D3;
  border-radius: 50px;
  width: calc(100% - 135px);
  height: 32px;
  margin-right: auto !important;
  display: flex;
  padding: 0 5px 0 8px;
  justify-content: space-between;
  position: relative;
}
.preorder--my-product .my-product-list .filter_wrap .search .del {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 7px;
  display: block;
  background-image: url(../image/textsearch-del.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #fff;
  display: none;
  z-index: 1;
}
.preorder--my-product .my-product-list .filter_wrap .search input {
  outline: none;
  height: 32px;
  width: 90%;
  border: none;
  background-color: transparent;
}
.preorder--my-product .my-product-list .filter_wrap .search input::-moz-placeholder {
  font-size: 0.875em;
  color: #6F6F6F;
  opacity: 1;
}
.preorder--my-product .my-product-list .filter_wrap .search input::placeholder {
  font-size: 0.875em;
  color: #6F6F6F;
  opacity: 1;
}
.preorder--my-product .my-product-list .filter_wrap .search .submit {
  width: 30px;
  height: 32px;
  border: none;
  background-image: url(../image/mypro-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  background-color: transparent;
  padding: 0;
}
.preorder--my-product .my-product-list .filter_wrap a {
  display: block;
  position: relative;
  font-size: 0.875em;
}
.preorder--my-product .my-product-list .filter_wrap a.filter {
  color: #6F6F6F;
  padding: 0 20px 0 8px;
}
.preorder--my-product .my-product-list .filter_wrap a.filter:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background-color: #D3D3D3;
}
.preorder--my-product .my-product-list .filter_wrap a.filter:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 2px;
  background-image: url(../image/icon-filter.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.preorder--my-product .my-product-list .filter_wrap a.filter.active {
  color: #018dd6;
}
.preorder--my-product .my-product-list .filter_wrap a.filter.active:after {
  background-image: url(../image/icon-filter-active.svg);
}
.preorder--my-product .my-product-list .filter_wrap a.date {
  color: #6F6F6F;
  padding: 0 8px 0 0;
}
.preorder--my-product .my-product-list .filter_wrap a.date.up {
  color: #018dd6;
}
.preorder--my-product .my-product-list .filter_wrap a.date.up span .up {
  border-color: transparent transparent #018bd6 transparent;
  top: 2px;
}
.preorder--my-product .my-product-list .filter_wrap a.date.up span .down {
  display: none;
}
.preorder--my-product .my-product-list .filter_wrap a.date.down {
  color: #018dd6;
}
.preorder--my-product .my-product-list .filter_wrap a.date.down span .up {
  display: none;
}
.preorder--my-product .my-product-list .filter_wrap a.date.down span .down {
  border-color: #018bd6 transparent transparent transparent;
  top: 8px;
}
.preorder--my-product .my-product-list .filter_wrap a.date span {
  width: 6px;
  height: 12px;
  position: relative;
  display: block;
  float: right;
  margin: 3px 0 0 5px;
}
.preorder--my-product .my-product-list .filter_wrap a.date span .up {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #656565 transparent;
}
.preorder--my-product .my-product-list .filter_wrap a.date span .down {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #656565 transparent transparent transparent;
}
.preorder--my-product .my-product-list .swiper, .preorder--my-product .my-product-list .mySwiper2 {
  height: 70px;
  margin: 0 16px 12px 16px;
  position: relative;
}
.preorder--my-product .my-product-list .swiper .swiper-slide img, .preorder--my-product .my-product-list .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}
.preorder--my-product .my-product-list .swiper .swiper, .preorder--my-product .my-product-list .mySwiper2 .swiper {
  width: 100%;
  height: 70px;
  margin: 0;
}
.preorder--my-product .my-product-list .swiper .swiper-pagination-bullets, .preorder--my-product .my-product-list .mySwiper2 .swiper-pagination-bullets {
  position: absolute;
  text-align: center;
  bottom: 3px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 10;
}
.preorder--my-product .my-product-list .swiper .swiper-pagination-bullets .swiper-pagination-bullet, .preorder--my-product .my-product-list .mySwiper2 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #fff;
  opacity: 0.5;
  margin: 0 2px;
}
.preorder--my-product .my-product-list .swiper .swiper-pagination-bullets .swiper-pagination-bullet-active, .preorder--my-product .my-product-list .mySwiper2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 4px;
  background: #fc6068;
  opacity: 1;
}
.preorder--my-product .my-product-list.re .my-product__item.expiring .my-product__fig-container:after {
  left: -12px;
}
.preorder--my-product .empty {
  text-align: center;
  display: none;
  margin: 10% 0 0;
}
.preorder--my-product .empty img {
  width: 110px;
  height: auto;
}
.preorder--my-product .empty p {
  color: #6f6f6f;
  padding: 0;
  margin: 16px 0;
}
.preorder--my-product .empty a {
  width: 157px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #0078c8;
  text-align: center;
  line-height: 40px;
  color: #0078c8;
  display: block;
  margin: auto;
}
.preorder--my-product .relogin {
  text-align: center;
}
.preorder--my-product .relogin__fig {
  margin-top: 90px;
  height: 176px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 168px;
  background-image: url(../image/my-product-empty.png);
}
.preorder--my-product .relogin__caption {
  margin-top: 40px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #4A4A4A;
}
.preorder--my-product .relogin__btn {
  width: 60%;
  height: 40px;
  background: #0078c8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  border: none;
  display: block;
  margin: 10px auto 0 auto;
}
.preorder--my-product .my-product__item {
  position: relative;
  margin: 0 0 8px;
  padding: 8px 16px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: block;
  align-items: center;
}
.preorder--my-product .my-product__item .more {
  position: absolute;
  right: 19px;
  top: 11px;
  width: 18px;
  height: 18px;
  background-image: url(../image/pro-more.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1;
  cursor: pointer;
}
.preorder--my-product .my-product__item::after {
  content: "";
  clear: both;
  display: table;
}
.preorder--my-product .my-product__item .checkbox {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #D3D3D3;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 4px;
  margin: 57px 4px 0 0;
}
.preorder--my-product .my-product__item--checked .checkbox {
  border: none;
  border-radius: 4px;
  background-image: url(../image/icon_checkbox_active.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.preorder--my-product .my-product__item.transfer-list__item--checked .checkbox {
  background-image: url(../image/cart-check.png);
}
.preorder--my-product .my-product__item:first-child {
  margin: 40px 0 0;
}
.preorder--my-product .my-product__item.expiring .my-product__fig-container .dayline {
  color: #F78837;
}
.preorder--my-product .my-product__item.expiring .my-product__fig-container .dayline::before {
  content: "即將到期";
  background: #FFF6EE;
  color: #F78837;
}
.preorder--my-product .my-product__item.expiring .my-product__fig-container .dayline::after {
  width: 12px;
  height: 12px;
  background-image: url(../image/expiring.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.preorder--my-product .my-product__item.overdue .checkbox {
  background: #F2F2F2;
}
.preorder--my-product .my-product__item.overdue:after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../image/overdue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 55px;
  top: 24px;
  z-index: 100;
}
.preorder--my-product .my-product__item.notshare, .preorder--my-product .my-product__item.limit, .preorder--my-product .my-product__item.cannot, .preorder--my-product .my-product__item.overdue {
  padding: 8px 16px 8px 40px;
}
.preorder--my-product .my-product__item.notshare .checkbox, .preorder--my-product .my-product__item.limit .checkbox, .preorder--my-product .my-product__item.cannot .checkbox, .preorder--my-product .my-product__item.overdue .checkbox {
  display: none;
}
.preorder--my-product .my-product__item.notshare:after, .preorder--my-product .my-product__item.limit:after, .preorder--my-product .my-product__item.cannot:after, .preorder--my-product .my-product__item.overdue:after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../image/notshare.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 55px;
  top: 24px;
  z-index: 100;
}
.preorder--my-product .my-product__item.notshare .my-product__wrap, .preorder--my-product .my-product__item.limit .my-product__wrap, .preorder--my-product .my-product__item.cannot .my-product__wrap, .preorder--my-product .my-product__item.overdue .my-product__wrap {
  width: 100%;
}
.preorder--my-product .my-product__item.notshare .my-product__wrap::before, .preorder--my-product .my-product__item.limit .my-product__wrap::before, .preorder--my-product .my-product__item.cannot .my-product__wrap::before, .preorder--my-product .my-product__item.overdue .my-product__wrap::before {
  width: 20px;
  background: #f2f2f2;
  height: 20px;
  border: 1px solid #D3D3D3;
  content: "";
  display: block;
  position: absolute;
  left: -24px;
  top: 50px;
  margin: -10px 0 0;
  border-radius: 4px;
}
.preorder--my-product .my-product__item.notshare .my-product__wrap::after, .preorder--my-product .my-product__item.limit .my-product__wrap::after, .preorder--my-product .my-product__item.cannot .my-product__wrap::after, .preorder--my-product .my-product__item.overdue .my-product__wrap::after {
  content: "";
  display: block;
  width: 120px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
}
.preorder--my-product .my-product__item.notshare .my-product__right, .preorder--my-product .my-product__item.notshare .my-product__fig, .preorder--my-product .my-product__item.notshare .stock_btn, .preorder--my-product .my-product__item.notshare .more, .preorder--my-product .my-product__item.limit .my-product__right, .preorder--my-product .my-product__item.limit .my-product__fig, .preorder--my-product .my-product__item.limit .stock_btn, .preorder--my-product .my-product__item.limit .more, .preorder--my-product .my-product__item.cannot .my-product__right, .preorder--my-product .my-product__item.cannot .my-product__fig, .preorder--my-product .my-product__item.cannot .stock_btn, .preorder--my-product .my-product__item.cannot .more, .preorder--my-product .my-product__item.overdue .my-product__right, .preorder--my-product .my-product__item.overdue .my-product__fig, .preorder--my-product .my-product__item.overdue .stock_btn, .preorder--my-product .my-product__item.overdue .more {
  opacity: 0.5;
}
.preorder--my-product .my-product__item.limit:after {
  background-image: url(../image/limit.svg);
}
.preorder--my-product .my-product__item.cannot:after {
  background-image: url(../image/nottransfer.svg);
}
.preorder--my-product .my-product__item.overdue:after {
  background-image: url(../image/overdue.svg);
}
.preorder--my-product .my-product__item.lsbitem:first-child {
  margin: 0 0 10px;
}
.preorder--my-product .my-product__item.lsbitem .my-product__wrap {
  padding: 0;
  display: flex;
  overflow: inherit;
  width: 100%;
}
.preorder--my-product .my-product__item.lsbitem .my-product__fig {
  width: 100%;
  height: 100%;
  margin: 0;
}
.preorder--my-product .my-product__item.lsbitem .my-product__fig .modify {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  background-image: linear-gradient(-135deg, #62CDF7 0%, #34C2A4 100%);
}
.preorder--my-product .my-product__item.lsbitem .my-product__fig-container {
  height: 80px;
  padding: 0;
}
.preorder--my-product .my-product__item.lsbitem .my-product__fig-container .my-product__fig img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  z-index: 10;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.preorder--my-product .my-product__item.lsbitem .my-product__left {
  width: 80px;
}
.preorder--my-product .my-product__item.lsbitem .my-product__left .barcode {
  position: relative;
  width: 100%;
  border-radius: 18px;
  background-color: #018dd6;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  height: 36px;
  margin: 10px 0 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
  border: none;
  cursor: pointer;
}
.preorder--my-product .my-product__item.lsbitem .my-product__left .barcode:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.preorder--my-product .my-product__item.lsbitem .my-product__right {
  padding: 0 10px 10px 12px;
  width: calc(100% - 80px);
}
@media only screen and (max-width: 360px) {
  .preorder--my-product .my-product__item.lsbitem .my-product__right {
    padding: 0 5px 10px 5px;
  }
}
.preorder--my-product .my-product__item.lsbitem .my-product__store {
  font-size: 0.8125em;
  color: #333;
}
.preorder--my-product .my-product__item.lsbitem .my-product__title {
  font-size: 0.9375em;
}
.preorder--my-product .my-product__item.lsbitem .my-product__detail {
  margin: 4px 0 0;
}
.preorder--my-product .my-product__item.lsbitem .my-product__detail .count li {
  padding: 0 2px;
  color: #363636;
}
.preorder--my-product .my-product__item.lsbitem .my-product__detail .count li span {
  width: 70px;
  font-size: 0.8125em;
  white-space: nowrap;
}
.preorder--my-product .my-product__item.lsbitem .my-product__detail .count li p {
  border: none;
  text-align: left;
  margin: 2px 0 0;
  font-size: 0.8125em;
  color: #363636;
}
.preorder--my-product .my-product__item.lsbitem .my-product__detail .count li.num {
  font-size: 0.9375em;
  margin: 10px 0 0;
}
.preorder--my-product .my-product__item.lsbitem .my-product__detail .count li.store {
  color: #666;
}
.preorder--my-product .my-product__item.lsbitem .my-product__detail .count li.add {
  color: #666;
  font-size: 0.75em;
}
.preorder--my-product .my-product__item.lsbitem.today .my-product__fig:before {
  content: "";
  display: block;
  width: 35px;
  height: 43px;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 11;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../image/today.svg);
}
.preorder--my-product .my-product__wrap {
  position: relative;
  display: flex;
  width: calc(100% - 24px);
  padding: 0;
}
.preorder--my-product .my-product__wrap .stock_btn {
  position: absolute;
  right: 5px;
  bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 1px 21px;
  cursor: pointer;
  border: 1px solid #363636;
  color: #363636;
  border-radius: 50px;
}
.preorder--my-product .my-product__wrap .store_btn {
  position: absolute;
  border: #018dd6 1px solid;
  right: 5px;
  bottom: 0;
  color: #018dd6;
  text-align: center;
  width: 80px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  border-radius: 30px;
}
.preorder--my-product .my-product__wrap.reservation .my-product__left {
  margin: 0 0 0 10px;
}
.preorder--my-product .my-product__wrap.reservation .my-product__right {
  padding: 10px 0 0 30px;
  width: calc(100% - 95px);
}
.preorder--my-product .my-product__left, .preorder--my-product .my-product__right {
  float: left;
}
.preorder--my-product .my-product__right {
  padding: 0 0 0 8px;
  width: calc(100% - 80px);
  position: relative;
}
.preorder--my-product .my-product__left {
  width: 80px;
}
.preorder--my-product .my-product__fig-container {
  position: relative;
  width: 100%;
  background: white;
}
.preorder--my-product .my-product__fig-container .dayline {
  position: relative;
  text-align: center;
  color: #0078c8;
  margin: 8px 0 0;
  font-size: 12px;
  width: 80px;
}
.preorder--my-product .my-product__fig-container .dayline:before {
  content: "兌換期限";
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 4px;
  background-color: #F2F9FD;
  color: #0078c8;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin: 0 0 4px;
  padding: 1px 0 0 12px;
}
.preorder--my-product .my-product__fig-container .dayline:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../image/history-dayline.svg);
  position: absolute;
  left: 7px;
  top: 4px;
}
.preorder--my-product .my-product__buy-container {
  position: relative;
  width: 130px;
  height: 120px;
  background: white;
  text-align: center;
  margin: 5px 0 0 10px;
}
.preorder--my-product .my-product__fig {
  position: relative;
  width: 80px;
}
.preorder--my-product .my-product__fig img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  z-index: 10;
  position: relative;
  margin: 0;
  background: #fff;
}
.preorder--my-product .my-product__fig .zoom {
  position: absolute;
  width: 22px;
  height: 22px;
  display: block;
  background: rgba(4, 141, 214, 0.5);
  border-radius: 4px;
  right: 0;
  z-index: 10;
  bottom: 4px;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  background-image: url(../image/icon-zoom.png);
}
.preorder--my-product .my-product__btn {
  display: block;
  width: 97px;
  margin: 6px 27px 0;
  border-radius: 5px;
  background-image: linear-gradient(-135deg, #62CDF7 0%, #34C2A4 100%);
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  color: white;
  letter-spacing: 0.8px;
  text-align: center;
}
.preorder--my-product .my-product__btn:active {
  background: 0;
  background-color: #00719D;
}
.preorder--my-product .my-product__btn--delete {
  padding-left: 20px;
  border: 1px solid #007BCA;
  background: 0;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 2px center;
  background-image: url(../image/cart-delete.png);
  color: #007BCA;
  text-align: center;
  cursor: pointer;
}
.preorder--my-product .my-product__btn--delete:active {
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 2px center;
  background-image: url(../image/cart-delete.png);
}
.preorder--my-product .my-product__title {
  color: #363636;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  overflow: hidden;
  width: calc(100% - 19px);
}
.preorder--my-product .my-product__detail {
  margin: 8px 0 0;
}
.preorder--my-product .my-product__detail p {
  color: #6F6F6F;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 8px;
}
.preorder--my-product .my-product__detail select {
  background: transparent;
  color: #6F6F6F;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  border: none;
  font-size: 0.75em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
.preorder--my-product .my-product__detail select:focus {
  outline: none;
}
.preorder--my-product .my-product__detail .btnre, .preorder--my-product .my-product__detail .shares {
  width: -moz-max-content;
  width: max-content;
  background: #F8FFFB;
  border-radius: 4px;
  color: #36AD1B;
  display: inline-block;
  cursor: pointer;
  font-size: 0.75em;
  padding: 2px 4px;
}
.preorder--my-product .my-product__detail .shares {
  background: #F2F9FD;
  color: #0078C8;
}
.preorder--my-product .my-product__detail .shares.active {
  border: solid 1px #ff7511;
  color: #ff7511;
}
.preorder--my-product .my-product__detail .shares.actived {
  border: solid 1px #ff7511;
  color: #fff;
  background: #ff7511;
}
.preorder--my-product .my-product__detail .count {
  position: relative;
  padding: 0;
  margin: 4px 0 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.preorder--my-product .my-product__detail .count li {
  color: #1a1a1f;
  float: inherit;
  margin: 0 0 2px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-item: center;
}
.preorder--my-product .my-product__detail .count li span, .preorder--my-product .my-product__detail .count li p {
  font-size: 14px;
}
.preorder--my-product .my-product__detail .count li span {
  float: left;
  margin: 0;
  width: 58px;
  font-weight: 500;
}
.preorder--my-product .my-product__detail .count li p {
  float: left;
  margin: 1px 0 0 2px;
  color: #363636;
  min-width: 27px;
  line-height: 120%;
}
@media only screen and (max-width: 360px) {
  .preorder--my-product .my-product__detail .count li p {
    margin: 0 0 0 2px;
  }
}
.preorder--my-product .my-product__detail .count li.blue {
  color: #0078C8;
}
.preorder--my-product .my-product__detail .count li.blue p {
  color: #0078C8;
}
.preorder--my-product .my-product__detail .count_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.preorder--my-product .my-product__detail .count_wrap.hide {
  display: none;
}
.preorder--my-product .my-product__detail .count_wrap .n {
  color: #363636;
  font-size: 14px;
}
.preorder--my-product .my-product__detail .count_wrap span {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}
@media only screen and (max-width: 360px) {
  .preorder--my-product .my-product__detail .count_wrap span {
    width: 20px;
    height: 20px;
  }
}
.preorder--my-product .my-product__detail .count_wrap span.active {
  background: #d2d4d5;
}
.preorder--my-product .my-product__detail .count_wrap span.minus:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: #363636;
  top: 50%;
  left: 6px;
}
@media only screen and (max-width: 360px) {
  .preorder--my-product .my-product__detail .count_wrap span.minus:before {
    width: 7px;
  }
}
.preorder--my-product .my-product__detail .count_wrap span.plus:before, .preorder--my-product .my-product__detail .count_wrap span.plus:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  background-color: #363636;
  top: 50%;
  left: 6px;
}
@media only screen and (max-width: 360px) {
  .preorder--my-product .my-product__detail .count_wrap span.plus:before, .preorder--my-product .my-product__detail .count_wrap span.plus:after {
    width: 7px;
  }
}
.preorder--my-product .my-product__detail .count_wrap span.plus:after {
  -webkit-transform: rotate(90deg);
  -webkit-transform--ms-transform: rotate(90deg);
  -webkit-transform--o-transform: rotate(90deg);
  -webkit-transform-transform: rotate(90deg);
}
.preorder--my-product .my-product__detail .count_wrap .in-num {
  float: left;
  width: 72px;
  height: 24px;
  color: #363636;
  text-align: center;
  padding: 0;
  font-size: 16px;
  transition: all 0.6s;
  margin: 0 4px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}
@media only screen and (max-width: 360px) {
  .preorder--my-product .my-product__detail .count_wrap .in-num {
    font-size: 12px;
  }
}
.preorder--my-product .my-product__detail .sevenday {
  height: 20px;
  line-height: 20px;
  font-size: 0.75em;
  padding: 0;
  color: #F78837;
  display: flex;
  align-items: center;
  margin: -2px 0 0;
}
.preorder--my-product .my-product__detail .sevenday:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../image/expiring.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 2px 0 0;
}
.preorder--my-product .share-people {
  width: calc(100% - 114px);
  float: right;
}
.preorder--my-product .share-people .ulout {
  position: relative;
}
.preorder--my-product .share-people .ulout.simplebar-scrollable-y::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #ececec;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
}
.preorder--my-product .share-people .ulout.simplebar-scrollable-y .simplebar-scrollbar::before {
  width: 4px;
  top: 1px;
  bottom: 1px;
  left: 7px;
}
.preorder--my-product .share-people .tit {
  border-top: 1px solid #D3D3D3;
  color: #363636;
  font-size: 0.875em;
  padding: 10px 0;
}
.preorder--my-product .share-people .tit::before {
  content: "";
  display: block;
  float: right;
  border: solid #6F6F6F;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  cursor: pointer;
  margin: 2px 5px 0 0;
  transition: all 0.6s;
}
.preorder--my-product .share-people .tit.active::before {
  transform: rotate(-135deg);
  margin: 7px 5px 0 0;
}
.preorder--my-product .share-people ul {
  padding: 0 12px 0 0;
  margin: 0;
  border-top: 1px solid #D3D3D3;
  display: none;
}
.preorder--my-product .share-people ul li {
  font-size: 0.875em;
  padding: 9px 0;
  color: #363636;
  border-bottom: 1px solid #D3D3D3;
}
.preorder--my-product .share-people ul li .status {
  margin: 0;
  padding: 2px 4px;
  background: #F2F9FD;
  border-radius: 4px;
  color: #0078c8;
  font-size: 0.75em;
  margin: 0 0 0 4px;
}
.preorder--my-product .share-people ul li a {
  margin: 0 0 0 6px;
}
.preorder--my-product .share-people ul li a img {
  height: 18px;
}
.preorder--my-product .my-product-list1 .my-product__item:last-child {
  margin: 0 0 30px;
}
.preorder--my-product .transfer__tool {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 16px;
  border-top: 1px solid #D3D3D3;
  z-index: 999;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preorder--my-product .transfer__tool.share-pro {
  display: block;
  padding: 8px 16px;
}
.preorder--my-product .transfer__tool.share-pro .orange {
  color: #F78837;
  margin: 0 0 8px;
  text-align: center;
  font-size: 0.875em;
}
@media only screen and (max-width: 360px) {
  .preorder--my-product .transfer__tool {
    padding: 10px 12px;
  }
}
.preorder--my-product .transfer__tool .all-btn {
  font-size: 0.875em;
  color: #363636;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.preorder--my-product .transfer__tool .all-btn .checkbox {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #D3D3D3;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 4px;
  margin: 0 4px 0 0;
}
.preorder--my-product .transfer__tool .all-btn.active .checkbox {
  border: none;
  border-radius: 4px;
  background-image: url(../image/icon_checkbox_active.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.preorder--my-product .transfer__btnset {
  display: flex;
}
.preorder--my-product .transfer__btnset p {
  font-size: 0.75em;
  padding: 4px 0 0;
  margin: 0;
  text-align: center;
}
.preorder--my-product .transfer__btnset p.ex {
  color: #018dd6;
}
.preorder--my-product .transfer__btnset p.re {
  color: #00a03c;
}
.preorder--my-product .transfer__btnset a {
  width: 120px;
  height: 40px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 0.975em;
  border-radius: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 360px) {
  .preorder--my-product .transfer__btnset a {
    width: 100px;
  }
}
.preorder--my-product .transfer__btnset a.ex {
  background: #0078C8;
  margin: 0 0 0 4px;
}
.preorder--my-product .transfer__btnset a.re {
  background: #36AD1B;
}
.preorder--my-product .transfer__btnset a.long {
  background: #0078C8;
  width: 240px;
}
.preorder--my-product .transfer__quantity {
  font-size: 14px;
  color: #6F6F6F;
  letter-spacing: 1px;
  margin: 0 15px 0 0;
}

.all-class {
  width: 100%;
  position: fixed;
  top: 44px;
  z-index: 5;
  padding: 6px 5px 4px 5px;
  margin: 0;
  height: 50px;
  transition: all 0.6s;
  background: #fff;
}
.all-class.mypro {
  z-index: 1000;
  left: 0;
  top: 104.5px;
  padding: 0 16px;
  background: #f4f4f4;
}
.all-class .arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6000;
  background: #f9f9f9;
  transition: all 0.4s;
  box-shadow: -5px 0 8px #f0f0f0;
}
.all-class .arrow:after {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  position: absolute;
  background-image: url(../image/btn_dropdown.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.6s ease-out;
  left: 17px;
  top: 20px;
}
.all-class h2 {
  float: left;
  font-size: 15px;
  display: none;
  color: #1a1a1f;
}
.all-class.active {
  transition: all 0.6s;
  min-height: 125px;
  background: #fff;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.all-class.active .arrow:after {
  transform: rotate(180deg);
}
.all-class.active .nav-wrap {
  margin: 44px 0 0;
  padding: 10px 0 0;
  transition: all 0.6s;
  position: relative;
  overflow: inherit;
}
.all-class.active .nav-wrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  position: absolute;
  left: -10px;
  top: 0;
  background: #e3e5e7;
}
.all-class.active .nav-wrap > ul {
  height: auto;
  white-space: inherit;
  transition: all 0.6s;
}

ul.tabs {
  margin: 0;
  padding: 0;
  width: 100vw;
  list-style: none;
  position: fixed;
  left: 0;
  z-index: 1000;
  top: 44px;
  height: 60.5px;
  text-align: center;
}
ul.tabs li {
  width: calc((100vw - 32px) / 2);
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  border: 1px solid #fff;
  cursor: pointer;
  margin: 7px 2px 0 2px;
  text-align: center;
}
ul.tabs li.active {
  background: #fff;
  border: #63cdf6 1px solid;
  color: #666;
  font-size: 17px;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
}

.tab_content {
  display: none;
  padding: 110px 0 120px 0;
}
.tab_content#tab1 {
  padding: 55px 0 87px 0;
}
.tab_content.re {
  padding: 100px 15px 0 15px;
}
.tab_content.lsb {
  padding: 70px 0 15px 0;
}

.tab_content#tab2-share {
  padding: 61px 0 87px 0;
}
.tab_content#tab2-share #pro-tab {
  padding: 6px 14px;
  display: flex;
  background: #fff;
}
.tab_content#tab2-share #pro-tab li {
  flex: 1;
  margin: 0 2px;
}
.tab_content#tab2-share #pro-tab li a {
  background: #F2F2F2;
  height: 36px;
  border-radius: 18px;
  text-align: center;
  color: #6F6F6F;
  padding: 0;
  display: block;
  line-height: 36px;
}
.tab_content#tab2-share #pro-tab li a.active {
  background: #0078c8;
  color: #fff;
  font-weight: 600;
}

#account-share footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  padding: 8px 16px;
  border-top: 1px solid #ddd;
}
#account-share footer p {
  color: #F78837;
  font-size: 0.875em;
  text-align: center;
  margin: 0 0 8px;
}
#account-share footer button {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #0078c8;
  border-radius: 20px;
  display: block;
  border: none;
}
#account-share footer button:disabled {
  opacity: 0.6;
}
#account-share .share-pro {
  position: relative;
  background: #fff;
}
#account-share .share-pro .title {
  padding: 13px 20px 15px 16px;
  display: flex;
  color: #363636;
  font-size: 0.875em;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  margin: 0 0 -40px;
}
#account-share .share-pro .title::before {
  content: "";
  border: solid #6F6F6F;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  cursor: pointer;
  z-index: 3;
  right: 20px;
  top: 20px;
  position: absolute;
  transition: all 0.6s;
}
#account-share .share-pro .title.active::before {
  transform: rotate(45deg);
}
#account-share .share-pro .my-product__item.overdue, #account-share .share-pro .my-product__item.notshare, #account-share .share-pro .my-product__item.limit {
  padding: 8px 16px;
}
#account-share .share-pro .my-product__item.overdue::after, #account-share .share-pro .my-product__item.notshare::after, #account-share .share-pro .my-product__item.limit::after {
  left: 32px;
}
#account-share .share-pro .my-product__item.overdue .my-product__wrap::before, #account-share .share-pro .my-product__item.notshare .my-product__wrap::before, #account-share .share-pro .my-product__item.limit .my-product__wrap::before {
  display: none;
}
#account-share .share-people-acc {
  position: relative;
  background: #fff;
  margin: 0 0 8px;
}
#account-share .share-people-acc .search-wrap {
  border: 1px solid #D3D3D3;
  margin: 0 16px;
  width: calc(100% - 32px);
  border-radius: 20px;
  display: flex;
  position: relative;
  background: #fff;
}
#account-share .share-people-acc .search-wrap .del {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 8px;
  display: block;
  background-image: url(../image/textsearch-del.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: transparent;
  display: none;
  z-index: 1;
}
#account-share .share-people-acc .search-wrap input {
  width: calc(100% - 30px);
  height: 32px;
  padding: 0 10px;
  outline: none;
  border: none;
  background: #fff;
  border-radius: 20px;
}
#account-share .share-people-acc .search-wrap input::-moz-placeholder {
  font-size: 0.875em;
}
#account-share .share-people-acc .search-wrap input::placeholder {
  font-size: 0.875em;
}
#account-share .share-people-acc .search-wrap .submit {
  width: 20px;
  height: 32px;
  border: none;
  background-image: url(../image/mypro-search.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 55%;
  background-color: transparent;
}
#account-share .share-people-acc .select-title {
  position: relative;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
#account-share .share-people-acc .select-title .del {
  padding: 2px 26px;
  color: #FC6068;
  border: 1px solid #FC6068;
  font-size: 0.875em;
  border-radius: 20px;
}
#account-share .share-people-acc .select-title .all-btn {
  font-size: 0.875em;
  color: #363636;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
#account-share .share-people-acc .select-title .all-btn.clicked .checkbox {
  border: none;
  border-radius: 4px;
  background-image: url(../image/icon_checkbox_active.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#account-share .share-people-acc .select-title .all-btn .checkbox {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #D3D3D3;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 4px;
  margin: 0 8px 0 0;
}
#account-share .share-people-acc ul {
  padding: 0;
  margin: 0;
}
#account-share .share-people-acc ul li {
  display: flex;
  color: #363636;
  padding: 11px 20px 11px 16px;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
#account-share .share-people-acc ul li.clicked .checkbox {
  border: none;
  border-radius: 4px;
  background-image: url(../image/icon_checkbox_active.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#account-share .share-people-acc ul li .checkbox {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #D3D3D3;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 4px;
  margin: 0 16px 0 0;
}
#account-share .share-people-acc ul li span {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
#account-share .share-people-acc ul li span p {
  margin: 0;
  font-size: 0.875em;
  height: 21px;
}
#account-share .share-people-acc ul li span p.num {
  font-size: 0.75em;
  height: 18px;
}
#account-share .share-people-acc ul li .awarp {
  margin-left: auto;
}
#account-share .share-people-acc ul li .awarp a {
  line-height: 36px;
  margin: 0 0 0 15px;
}
#account-share .share-people-acc ul li .awarp a img {
  width: 17px;
}
#account-share .share-people-acc .title {
  padding: 13px 20px 15px 16px;
  display: flex;
  color: #363636;
  font-size: 0.875em;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  margin: 0;
  position: relative;
}
#account-share .share-people-acc .title::before {
  content: "";
  border: solid #6F6F6F;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 3;
  right: 20px;
  top: 20px;
  position: absolute;
  transition: all 0.6s;
}
#account-share .share-people-acc .title.active::before {
  transform: rotate(-135deg);
}

#tab1 .my-product__item.cannot .my-product__wrap {
  width: 100%;
}

#pro-share .my-product__item {
  overflow: hidden;
}
#pro-share .my-product__item.notshare:before, #pro-share .my-product__item.limit:before, #pro-share .my-product__item.overdue:before {
  display: none;
}
#pro-share .my-product__item.notshare .share-people, #pro-share .my-product__item.limit .share-people, #pro-share .my-product__item.overdue .share-people {
  width: calc(100% - 90px);
}
#pro-share .my-product__item.notshare .my-product__wrap, #pro-share .my-product__item.limit .my-product__wrap, #pro-share .my-product__item.overdue .my-product__wrap {
  width: 100%;
}
#pro-share .list-people-wrap {
  position: relative;
}
#pro-share .list-people-wrap .list-p {
  position: relative;
  margin: 0 0 8px;
  background: #fff;
}
#pro-share .list-people-wrap .list-p .p-wrap {
  display: flex;
  color: #363636;
  padding: 11px 20px 11px 16px;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
#pro-share .list-people-wrap .list-p .p-wrap span {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
#pro-share .list-people-wrap .list-p .p-wrap span p {
  margin: 0;
  font-size: 0.875em;
  height: 21px;
}
#pro-share .list-people-wrap .list-p .p-wrap span p.num {
  font-size: 0.75em;
  height: 18px;
}
#pro-share .list-people-wrap .list-p .p-wrap .awarp {
  margin-left: auto;
}
#pro-share .list-people-wrap .list-p .p-wrap .awarp a {
  line-height: 36px;
  margin: 0 0 0 15px;
}
#pro-share .list-people-wrap .list-p .pro-wrap {
  position: relative;
  margin: 0 0 0 32px;
}
#pro-share .list-people-wrap .list-p .pro-wrap .title {
  padding: 13px 20px 10px 0;
  display: flex;
  color: #363636;
  font-size: 0.875em;
  font-weight: 600;
  margin: 0;
  position: relative;
}
#pro-share .list-people-wrap .list-p .pro-wrap .title.active::before {
  transform: rotate(45deg);
}
#pro-share .list-people-wrap .list-p .pro-wrap .title::before {
  content: "";
  border: solid #6F6F6F;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  cursor: pointer;
  z-index: 3;
  right: 20px;
  top: 20px;
  position: absolute;
  transition: all 0.6s;
}
#pro-share .list-people-wrap .list-p .pro-wrap .select-title {
  position: relative;
  padding: 0px 16px 10px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}
#pro-share .list-people-wrap .list-p .pro-wrap .select-title .del {
  padding: 2px 26px;
  color: #FC6068;
  border: 1px solid #FC6068;
  font-size: 0.875em;
  border-radius: 20px;
}
#pro-share .list-people-wrap .list-p .pro-wrap .select-title .all-btn {
  font-size: 0.875em;
  color: #363636;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
#pro-share .list-people-wrap .list-p .pro-wrap .select-title .all-btn.clicked .checkbox {
  border: none;
  border-radius: 4px;
  background-image: url(../image/icon_checkbox_active.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#pro-share .list-people-wrap .list-p .pro-wrap .select-title .all-btn .checkbox {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #D3D3D3;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 4px;
  margin: 0 8px 0 0;
}
#pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.overdue, #pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.limit, #pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.notshare, #pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.cannot {
  padding: 8px 0 0 24px;
}
#pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.overdue::after, #pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.limit::after, #pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.notshare::after, #pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.cannot::after {
  left: 41px;
  top: 25px;
}
#pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.overdue .my-product__wrap::before, #pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.limit .my-product__wrap::before, #pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.notshare .my-product__wrap::before, #pro-share .list-people-wrap .list-p .pro-wrap .product-wrap .my-product__item.cannot .my-product__wrap::before {
  top: 65px;
}
#pro-share .list-people-wrap .list-p .my-product__item {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  padding: 8px 0 0;
}
#pro-share .list-people-wrap .list-p .my-product__item:first-child {
  margin: 0;
}
#pro-share .list-people-wrap .list-p .my-product__item:last-child {
  border-bottom: none;
}

.protest {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #fc0;
  color: #fff;
  right: 0;
  bottom: 100px;
  z-index: 1000;
}

.filter_detail {
  position: fixed;
  width: 100%;
  height: 350px;
  background: #fff;
  bottom: 0;
  padding: 0;
  overflow-y: scroll;
  z-index: 6011;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: translateY(100%);
  transition: transform 300ms ease;
}
.filter_detail.active {
  transform: translateY(0);
}
.filter_detail .header {
  border-bottom: 1px solid #e3e5e7;
  display: flex;
  padding: 15px 0 15px 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
}
.filter_detail .header h5 {
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
.filter_detail .header .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 15px;
  display: block;
  z-index: 21;
}
.filter_detail .header .close:before, .filter_detail .header .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 1.5px;
  background-color: #666;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  border-radius: 4px;
}
.filter_detail .header .close:after {
  transform: rotate(-45deg);
}
.filter_detail .container {
  display: block;
  position: relative;
  height: auto;
  padding: 16px;
}
.filter_detail .container h6 {
  font-size: 14px;
  color: #363636;
  font-weight: 600;
  margin: 0 0 16px;
}
.filter_detail .container ul {
  list-style: none;
  margin: 0 -8px 24px -8px;
  padding: 0;
  overflow: auto;
  display: flex;
  justify-content: space-between;
}
.filter_detail .container ul:last-child {
  margin: 0 -8px;
}
.filter_detail .container ul.pro {
  flex-wrap: wrap;
}
.filter_detail .container ul.pro li {
  flex: inherit;
  width: calc((100% - 8px) / 3);
  margin: 0 0 16px;
}
.filter_detail .container ul li {
  color: #AAAAAA;
  display: block;
  position: relative;
  flex: 1;
}
.filter_detail .container ul li input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.filter_detail .container ul li label {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  padding: 6px;
  margin: 0 8px;
  z-index: 9;
  background: #F2F2F2;
  cursor: pointer;
  color: #6F6F6F;
  -webkit-transition: all 0.25s linear;
  border-radius: 20px;
  text-align: center;
}
.filter_detail .container ul li input[type=checkbox]:checked ~ label {
  border: 1px solid #0078C8;
  background-color: #F2F9FD;
  color: #0078C8;
}
.filter_detail .confirm {
  border-top: 1px solid #D3D3D3;
  padding: 16px;
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 10;
}
.filter_detail .confirm a {
  height: 40px;
  display: block;
  border-radius: 20px;
  margin: 0 8px;
  flex: 1;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.filter_detail .confirm a.reset {
  background: #36AD1B;
}
.filter_detail .confirm a.ok {
  background: #0078C8;
}

#exchangeModal .modal-content {
  border-radius: 36px;
}
#exchangeModal .modal-content .modal-header {
  background: #fff;
  color: #686868;
  font-size: 20px;
  border-bottom: none;
  padding: 15px 15px 5px 15px;
  letter-spacing: 0;
}
#exchangeModal .modal-content .modal-header h4 {
  font-weight: 300;
}
#exchangeModal .modal-content .modal-body {
  padding: 0 15px;
}
#exchangeModal .modal-content .modal-body img {
  display: block;
  margin: 0 0 10px;
  width: 100%;
}
#exchangeModal .modal-content .modal-body p {
  font-size: 16px;
  color: #9c9b9b;
  text-align: center;
  line-height: 150%;
  margin: 20px 0 40px 0;
  padding: 0;
}

.first-slider {
  width: 100vw;
  height: 100vh;
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
.first-slider .wrap {
  display: block;
  position: relative;
  width: calc(100% - 32px);
  height: 80vh;
  margin: 50px 16px 0 16px;
  display: block;
}
.first-slider .wrap .close {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 1;
}
.first-slider .wrap .close::before, .first-slider .wrap .close::after {
  content: "";
  display: block;
  width: 21px;
  height: 1.5px;
  background-color: #6F6F6F;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  border-radius: 4px;
  left: 50%;
  margin-left: -7.5px;
}
.first-slider .wrap .close::after {
  transform: rotate(-45deg);
}
.first-slider.active {
  display: flex;
  justify-content: center;
}
.first-slider.active .wrap .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: inherit;
  display: block;
}
.first-slider.active .wrap .swiper-container .mySwiper {
  width: 100%;
  margin: 0;
  display: block;
  height: 100%;
  position: relative;
  padding: 0 0 45px;
}
.first-slider.active .wrap .swiper-container .mySwiper .swiper-slide {
  text-align: center;
}
.first-slider.active .wrap .swiper-container .mySwiper .swiper-slide img {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 415px) {
  .first-slider.active .wrap .swiper-container .mySwiper .swiper-slide img {
    width: 60%;
  }
}
.first-slider.active .wrap .swiper-container .mySwiper .swiper-pagination {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: 0;
}
.first-slider.active .wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #ececec;
  opacity: 1;
}
.first-slider.active .wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0078C8;
}
.first-slider.active .wrap .swiper-button-next {
  position: absolute;
  width: 100%;
  height: 40px;
  background: #0078C8;
  border-radius: 20px;
  right: 0;
  bottom: 0;
  top: inherit;
}
.first-slider.active .wrap .swiper-button-next:after {
  content: "下一步";
  background-image: none;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.first-slider.active .wrap .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
.first-slider.active .wrap .swiper-button-next.swiper-button-disabled:after {
  content: "開始使用";
}

#carousel1, #carousel2 {
  margin: 0 16px 12px 16px;
  position: relative;
  height: auto;
}
#carousel1 .carousel-inner .carousel-item img, #carousel2 .carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
#carousel1 .carousel-indicators, #carousel2 .carousel-indicators {
  margin-bottom: 8px;
}
#carousel1 .carousel-indicators li, #carousel2 .carousel-indicators li {
  width: 4px;
  height: 4px;
  background: #fff;
  opacity: 0.5;
  margin: 0 2px;
  border: none;
  border-radius: 3px;
  transition: all 0.6s;
}
#carousel1 .carousel-indicators li.active, #carousel2 .carousel-indicators li.active {
  width: 16px;
  border-radius: 4px;
  background: #fc6068;
  opacity: 1;
}

.preorder--operate main {
  margin: 20px 20px 0 20px;
  padding-bottom: 0;
  color: #4A4A4A;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 22px;
}
.preorder--terms main {
  margin: 20px 20px 0 20px;
  padding-bottom: 115px;
  color: #4A4A4A;
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 22px;
}
.preorder--terms h1,
.preorder--terms h2 {
  color: #007BCA;
  text-align: center;
}
.preorder--terms h1 {
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
}
.preorder--terms h2 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
}
.preorder--terms .check-tool {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
}
.preorder--terms .check-tool.reservation1 .btn {
  background: #0078c8;
  letter-spacing: 0;
}
.preorder--terms .check {
  display: block;
  margin: 5px auto 0;
  text-align: center;
  cursor: pointer;
}
.preorder--terms .check.checked .check-icon {
  background-image: url(../image/terms-check.png);
}
.preorder--terms .check-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background-image: url(../image/terms-uncheck.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.preorder--terms .check-label {
  color: #007BCA;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.7px;
  vertical-align: middle;
}
.preorder--terms .btn {
  display: block;
  margin: 10px 15px;
  border: none;
  border-radius: 26px;
  background-color: #9B9B9B;
  font-weight: bold;
  letter-spacing: 8px;
  line-height: 44px;
  color: white;
  text-align: center;
}
.preorder--terms .btn.active {
  width: auto;
  height: 44px;
  display: block;
  border-radius: 50px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  font-size: 1.125em;
}
.preorder--terms .btn.active:active {
  background: 0;
  background-color: #00719d;
}
.preorder--terms--entry main {
  padding-bottom: 115px;
}

.preorder--online {
  background-color: #F4F4F4;
}
.preorder--online .tool {
  position: fixed;
  top: 44px;
  right: 0;
  left: 0;
  padding: 15px 10px;
  z-index: 1000;
  background-color: #2DBDEB;
  font-size: 15px;
  line-height: 36px;
  color: #FFFFFF;
}
@media only screen and (min-width: 375px) {
  .preorder--online .tool {
    font-size: 17px;
  }
}
.preorder--online .tool__picker {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 100px;
  height: 36px;
  border: 2px solid #007BCA;
  border-radius: 5px;
  background: #FFFFFF;
  color: #007BCA;
  font-size: 13px;
  letter-spacing: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.preorder--online .tool__picker.expanded {
  border-radius: 5px 5px 0 0;
}
.preorder--online .tool__picker.expanded .tool__picker-btn {
  background-image: url(../image/picker-expanded.png);
}
.preorder--online .tool__picker.expanded .tool__picker-list {
  display: block;
}
.preorder--online .tool__picker-btn {
  padding: 10px;
  margin-right: 10px;
  height: 36px;
  background-image: url(../image/picker.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px auto;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: normal;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.preorder--online .tool__picker-list {
  margin: 0 -2px;
  background-color: white;
  max-height: 240px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  border-radius: 0 0 5px 5px;
  border: 2px solid #007BCA;
  border-top: none;
  color: #4A4A4A;
  transform: translateY(-4px);
}
.preorder--online .tool__picker-item {
  padding: 4px 10px;
  border-top: 1px solid #DBDBDB;
  cursor: pointer;
}
.preorder--online main {
  padding-top: 66px;
}
.preorder--online .order__list {
  padding: 10px;
}
.preorder--online .order__list-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.preorder--online .order__list-item:not(:last-child) {
  margin-bottom: 10px;
}
.preorder--online .order__header {
  padding: 0 10px;
  background-image: linear-gradient(-135deg, #62CDF7 0%, #34C2A4 100%);
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 30px;
  color: white;
}
.preorder--online .order__header::after {
  content: "";
  clear: both;
  display: table;
}
.preorder--online .order__timestamp {
  float: right;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}
.preorder--online .order__body {
  position: relative;
  padding: 10px 10px 1px;
}
.preorder--online .order__row {
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 19px;
}
.preorder--online .order__row:not(:last-child) {
  margin-bottom: 5px;
}
.preorder--online .order__tool {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #4A4A4A;
}
.preorder--online .order__btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 8.5px 10px;
  border: none;
  border-radius: 5px;
  background-image: linear-gradient(-180deg, #62CDF7 0%, #34C2A4 100%);
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 14px;
  cursor: pointer;
}
.preorder--online .order__btn:active {
  background: 0;
  background-color: #00719D;
}

.preorder--return {
  background-color: #F4F4F4;
  padding: 44px 0 80px 0;
  display: inline-table;
}
.preorder--return .return__order {
  margin: 8px 0 0;
}
.preorder--return .return__serial {
  padding: 10px 16px;
  border-bottom: 1px solid #e3e5e7;
  color: #1a1a1f;
  font-weight: 500;
  font-size: 0.9375em;
  font-weight: bold;
  letter-spacing: 0.85px;
  line-height: 20px;
  background: #fff;
}
.preorder--return .return__products {
  padding: 0;
  background: #FFFFFF;
}
.preorder--return .return__product {
  padding: 10px 16px;
  position: relative;
}
.preorder--return .return__product.disable:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 0;
  z-index: 10;
}
.preorder--return .return__product-content {
  display: flex;
  align-items: center;
}
.preorder--return .return__product-title {
  margin-bottom: 8px;
  font-size: 0.875em;
  font-weight: bold;
  color: #1a1a1f;
  letter-spacing: 1px;
  line-height: 19px;
}
.preorder--return .return__product figure {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  margin: 0 15px 0 0;
}
.preorder--return .return__product figure img {
  width: 80px;
  height: 80px;
  margin: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}
.preorder--return .return__product-row {
  width: calc(100% - 105px);
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.preorder--return .return__product-row::after {
  display: table;
  content: "";
  clear: both;
}
.preorder--return .return__product-col {
  width: 50%;
  float: left;
  font-size: 0.875em;
}
.preorder--return .return__product-col.highlight {
  font-weight: bold;
  color: #D0021B;
}
.preorder--return .return__total {
  padding: 16px;
  margin: 2px 0 0;
  background-color: white;
}
.preorder--return .return__total-row::after {
  display: table;
  content: "";
  clear: both;
}
.preorder--return .return__total-row:not(:last-child) {
  margin-bottom: 5px;
}
.preorder--return .return__total-col {
  width: 50%;
  float: left;
  font-size: 0.875em;
  color: #1a1a1f;
}
.preorder--return .return__total-col:nth-child(even) {
  text-align: right;
}
.preorder--return .return__total-col.highlight {
  font-weight: bold;
  color: #D0021B;
}
.preorder--return .return__apply {
  padding: 0;
  margin: 8px 0 0;
  background: #fff;
}
.preorder--return .return__apply .select-wrap {
  padding: 0 16px 0 12px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}
.preorder--return .return__apply .textarea-wrap {
  padding: 16px 16px 8px 16px;
  background: #fff;
}
.preorder--return .return__apply .textarea-wrap:before {
  content: "退貨原因為其他時，請描述原因";
  display: block;
  color: #1a1a1f;
  margin: 0 0 10px;
  font-size: 0.8125em;
}
.preorder--return .return__apply .section-title {
  font-size: 0.9375em;
  color: #1a1a1f;
  padding: 12px 16px;
  font-weight: 500;
  margin: 0;
}
.preorder--return .return__apply .caption {
  font-size: 0.875em;
  color: #6f6f6f;
  margin: 6px 16px 0 16px;
}
.preorder--return .return__btns {
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 24px 0 10px 0;
}
.preorder--return .return__btns a {
  width: 110px;
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  margin: 0 6px;
}
.preorder--return .return__btns a.cancel {
  background: #d3d3d3;
  box-shadow: none;
}
.preorder--return .return__select {
  width: calc(100% - 32px);
  background-image: url(../image/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px 16px;
  height: 40px;
  font-size: 0.875em;
  border: none;
  color: #1a1a1f;
  border-radius: 4px;
  padding: 0 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  margin: 0 16px;
  border: 1px solid #e3e5e7;
  font-weight: 500;
}
.preorder--return .return__textarea {
  width: calc(100% - 32px);
  height: 60px;
  padding: 12px;
  margin: 8px 16px 0 16px;
  border: 1px solid #eaeaea;
  outline: 0;
  border-radius: 4px;
}
.preorder--return .return__caption {
  font-size: 0.875em;
  color: #1a1a1f;
  padding: 13px 16px 20px 16px;
  text-align: left;
  font-weight: 500;
}
.preorder--return footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 11px;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.preorder--return footer a {
  flex: 1;
  height: 40px;
  border-radius: 20px;
  display: block;
  background: #d3d3d3;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 1em;
  margin: 0 5px;
}
.preorder--return footer a.main {
  background: #0078c8;
}

.ui-widget {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}

.ui-widget-header {
  border: none;
  background: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  border: none;
  background: #DAEBF7;
  text-align: center;
  color: #5D6872;
}

.ui-state-disabled .ui-state-default, .ui-widget-content .ui-state-disabled .ui-state-default {
  background: transparent;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active {
  background: #83C1EE;
  border: 1px solid #018DD6;
  border-radius: 2px;
  color: #5D6872;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  background: #DAEBF7;
  color: #5D6872;
}

.ui-datepicker td a {
  padding: 0.3em;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
  opacity: 1;
}

.ui-datepicker-trigger {
  margin-top: 7px;
  margin-left: -30px;
  margin-bottom: 0px;
  position: absolute;
  z-index: 1000;
}

.ui-datepicker {
  width: 100%;
}

.ui-datepicker .ui-datepicker-buttonpane {
  width: 100%;
  text-align: center;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: none;
  margin: 0.5em 0;
  width: 100%;
  background: transparent;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none;
}

.preorder--booking {
  background-color: #F4F4F4;
  overflow-x: hidden;
}
.preorder--booking #pills-tab {
  display: flex;
  justify-content: center;
  padding: 8px 4px;
}
.preorder--booking #pills-tab .nav-item {
  float: inherit;
  margin: 0 4px;
  flex-grow: 1;
}
.preorder--booking #pills-tab .nav-item a {
  text-align: center;
  list-style: none;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  color: #363636;
  height: 40px;
  line-height: 40px;
  padding: 0;
  white-space: nowrap;
  font-weight: 600;
}
.preorder--booking #pills-tab .nav-item a.active {
  color: #fff;
  background: #0078c8;
}
.preorder--booking .empty {
  text-align: center;
}
.preorder--booking .empty__fig {
  margin-top: 58px;
  height: 148px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125px;
  background-image: url(../image/history-empty.png);
}
.preorder--booking .empty__caption {
  margin-top: 40px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #4A4A4A;
}
.preorder--booking .empty__caption a {
  text-decoration: underline;
  color: inherit;
}
.preorder--booking .empty__caption a:active {
  opacity: 0.7;
}
.preorder--booking .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.preorder--booking .list-group .list-group-item {
  padding: 0;
  border: none;
  margin: 0 0 15px 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.preorder--booking .list-group .list-group-item .group-body {
  margin: 8px 16px;
}
.preorder--booking .list-group .list-group-item .group-body.fw-normal {
  font-weight: 400 !important;
}
.preorder--booking .list-group .list-group-item .group-body .fail {
  background-color: #e4e6e8;
  padding: 5px 4%;
  text-align: center;
  color: #ff5f5f;
  width: 100vw;
  font-weight: 600;
  margin: 0 0 0 -4%;
  font-size: 0.875em;
}
.preorder--booking .list-group .list-group-item .group-body .info {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.preorder--booking .list-group .list-group-item .group-body .info .booking {
  color: #ff5f5f;
  font-weight: 600;
}
.preorder--booking .list-group .list-group-item .group-body .info .cancel {
  color: #9b9b9b;
  font-weight: 600;
}
.preorder--booking .list-group .list-group-item .group-body .info .expired {
  color: #131319;
  font-weight: 600;
}
.preorder--booking .list-group .list-group-item .group-body .info .btns {
  position: absolute;
  right: 0;
  top: 14px;
  width: auto;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  color: #fff;
  background: rgb(4, 141, 214);
  background: linear-gradient(to right, rgb(4, 141, 214) 0%, rgb(94, 191, 255) 35%, rgb(94, 191, 255) 65%, rgb(4, 141, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048dd6', endColorstr='#048dd6',GradientType=1 );
  box-shadow: 0 4px 6px #a6d0ec;
  text-align: center;
  font-size: 15px;
  padding: 0 10px;
  box-shadow: none;
  background: linear-gradient(to right, rgb(4, 141, 214) 0%, rgb(94, 191, 255) 100%);
}
.preorder--booking .list-group .list-group-item .group-body .info ol {
  padding: 0;
  margin: 0;
}
.preorder--booking .list-group .list-group-item .group-body .info ol li {
  list-style: none;
  font-size: 0.875em;
  line-height: 120%;
  margin: 0 0 4px;
  color: #2c2c2c;
}
.preorder--booking .list-group .list-group-item .group-body .info ol li span {
  color: #6F6F6F;
}
.preorder--booking .list-group .list-group-item .group-body .info ol li.orange {
  color: #F78837;
}
.preorder--booking .list-group .list-group-item .group-body .info ol li.red {
  color: #FC6068;
}
.preorder--booking .list-group .list-group-item .group-body .info ol li.red span {
  color: #FC6068;
}
.preorder--booking .list-group .list-group-item .group-body .card {
  border-radius: 0;
  border: none;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  flex-direction: row;
  margin: 4px 0 0;
}
.preorder--booking .list-group .list-group-item .group-body .card img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 8px 8px 8px 0;
  object-fit: contain;
  object-position: center;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}
.preorder--booking .list-group .list-group-item .group-body .card .txt {
  width: calc(100% - 85px);
  display: flex;
  justify-content: space-between;
}
.preorder--booking .list-group .list-group-item .group-body .card .txt h5 {
  font-size: 0.875em;
  margin: 10px 0 0;
  color: #363636;
  text-align: left;
  font-weight: 600;
}
.preorder--booking .list-group .list-group-item .group-body .card .txt .booking {
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #0078C8;
  font-size: 0.75em;
  padding: 2px 8px;
  margin: 4px 0 2px 0;
  border: 0.5px solid rgb(164, 209, 239);
}
.preorder--booking .list-group .list-group-item .group-body .card .txt .share {
  width: 60px;
  margin: 5px 0 0;
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 0.75em;
  padding: 2px 0 1px 5px;
  color: #888;
  background: #e4e4e4;
  border-radius: 4px;
}
.preorder--booking .list-group .list-group-item .group-body .card .txt .share:before {
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  top: 6.8px;
  border: solid #888;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(-45deg);
}
.preorder--booking .list-group .list-group-item .group-body .card .txt .share.active {
  background: #029e47;
  color: #fff;
}
.preorder--booking .list-group .list-group-item .group-body .card .txt .share.active:before {
  border: solid #fff;
  border-width: 0px 1px 1px 0;
}
.preorder--booking .list-group .list-group-item .group-body .card .txt span {
  margin: 8px 0 0;
  color: #018dd6;
}
.preorder--booking .list-group .list-group-item .group-body .btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin: 8px 0 0;
}
.preorder--booking .list-group .list-group-item .group-body .btn-wrap span {
  color: #ff7511;
  font-size: 0.875em;
  width: 60%;
}
.preorder--booking .list-group .list-group-item .group-body .btn-wrap a {
  display: block;
  text-align: center;
  margin: 0 0 0 8px;
  color: #4b4b4b;
  font-size: 0.875em;
  font-weight: 500;
  padding: 5px 16px;
  border-radius: 40px;
  border: 1px solid rgb(144, 144, 144);
}
.preorder--booking .list-group .list-group-item .group-body .btn-wrap a:hover {
  text-decoration: none;
}
.preorder--booking .list-group .list-group-item .group-body .btn-wrap a.continue {
  background: #fc6068;
  color: #fff;
  border: none;
  line-height: 42px;
}
.preorder--booking .list-group .list-group-item .group-body .fail {
  background-color: #e4e6e8;
  padding: 5px 16px;
  text-align: center;
  color: #ff5f5f;
  margin: 0 -16px;
  font-size: 0.875em;
}
.preorder--booking .list-group .list-group-item .group-body .fail a {
  display: block;
  padding: 0 12px 0 0;
  border: none;
  width: auto;
  height: auto;
  line-height: inherit;
  position: relative;
  color: #30354c;
}
.preorder--booking .list-group .list-group-item .group-body .fail a::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  right: 0;
  top: 6.2px;
  position: absolute;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  transform: rotate(135deg);
}
.preorder--booking .nodata {
  display: none;
  text-align: center;
  background: #fff;
}
.preorder--booking .nodata img {
  width: 115px;
  height: auto;
  margin: 30px 0 15px 0;
}
.preorder--booking .nodata p {
  font-size: 15px;
}
.preorder--booking.continue {
  background: #fff;
}
.preorder--booking.continue main {
  border-top: 1px solid #e1e3e6;
  padding: 0 24px 120px 24px;
}
.preorder--booking.continue main .list {
  display: flex;
  border-bottom: 1px solid #e3e5e7;
  align-items: center;
  padding: 13px 0;
}
.preorder--booking.continue main .list.checked .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.preorder--booking.continue main .list .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: #ccc 1px solid;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  margin: 0 10px 0 0;
  user-select: none;
}
.preorder--booking.continue main .list ul {
  padding: 0;
  margin: 0;
}
.preorder--booking.continue main .list ul li {
  list-style: none;
  font-size: 0.9125em;
  line-height: 120%;
  margin: 0 0 8px;
}
.preorder--booking.continue main .list ul li:last-child {
  margin: 0;
}
.preorder--booking.continue main .list ul li span {
  color: #888;
}
.preorder--booking.continue main .note {
  margin: 0;
  padding: 10px 0;
  color: #fc6068;
  border-bottom: 1px solid #e1e3e6;
  font-size: 0.9125em;
}
.preorder--booking.continue main .equity {
  padding: 10px 0 0;
  font-size: 0.875em;
  text-align: left;
  letter-spacing: -0.05em;
  display: flex;
  align-items: flex-start;
}
.preorder--booking.continue main .equity span {
  width: calc(100% - 25px);
}
.preorder--booking.continue main .equity .checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: #ccc 1px solid;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  margin: 0px 5px 0 0;
}
.preorder--booking.continue main .equity a {
  text-decoration: underline;
  color: #4a4a4a;
}
.preorder--booking.continue main .equity.checked .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.preorder--booking.continue footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 14px 40px 14px;
  border-top: 1px solid #e1e3e6;
}
.preorder--booking.continue footer a {
  margin: 0 6px;
  flex: 1;
  color: #fff;
  background: #c2c6c8;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}
.preorder--booking.continue footer a.confirm {
  width: auto;
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}
.preorder--booking.continue footer a:hover {
  text-decoration: none;
}

.booking_load {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  transition: all 0.6s;
}
.booking_load .center {
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 6012;
  border-radius: 4px;
  background-image: linear-gradient(-151deg, #62CDF7 4%, #34C2A4 100%);
  color: #fff;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  padding: 0;
  font-size: 14px;
  text-align: center;
}
.booking_load .center .loader {
  height: 50px;
  width: 100%;
  text-align: center;
  padding: 1.5em 0 0;
  margin: 0 0 0.5em;
  display: inline-block;
  vertical-align: top;
}
.booking_load .center .loader svg path, .booking_load .center .loader svg rect {
  fill: #fff;
}
.booking_load.active {
  display: block;
}

.continuemodal .modal-content {
  background: #F4F4F4;
}
.continuemodal .modal-content .modal-header {
  background: #fff;
}
.continuemodal .modal-content .modal-body {
  text-align: left;
}
.continuemodal .modal-content .modal-footer {
  padding: 20px 22px 20px 22px;
  background: transparent;
  box-shadow: none;
}
.continuemodal .modal-content .modal-footer .btn {
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  width: 100%;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.preorder--bookingmodify {
  background-color: #F5F5F5;
  overflow-x: hidden;
}
.preorder--bookingmodify main {
  margin: 8px 12px 0 12px;
}
.preorder--bookingmodify main .proinfo {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  margin: 0 0 8px;
}
.preorder--bookingmodify main .proinfo h5 {
  padding: 0;
  margin: 0;
  color: #4b4b4b;
  font-weight: 500;
  font-size: 1em;
}
.preorder--bookingmodify main .proinfo .card {
  padding: 12px 0 0;
  border: none;
  flex-direction: row;
}
.preorder--bookingmodify main .proinfo .card img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: 0 8px 0 0;
  border: 0.42px solid rgb(201, 201, 201);
  border-radius: 3.33px;
}
.preorder--bookingmodify main .proinfo .card .txt {
  padding: 0;
  margin: 0;
  width: calc(100% - 88px);
}
.preorder--bookingmodify main .proinfo .card .txt li {
  color: #363636;
  font-weight: 400;
  font-size: 0.875em;
}
.preorder--bookingmodify main .proinfo .card .txt li:last-child {
  font-size: 1em;
  color: #6f6f6f;
}
.preorder--bookingmodify main .account-info {
  background: #fff;
  border-radius: 8px;
  padding: 12px 0 0;
}
.preorder--bookingmodify main .account-info .topwrap {
  padding: 0 12px;
}
.preorder--bookingmodify main .account-info .topwrap .select {
  color: #0078c8;
  font-weight: 400;
  font-size: 0.75em;
  border: 1px solid rgb(35, 145, 218);
  padding: 3px 8px;
  border-radius: 50px;
}
.preorder--bookingmodify main .account-info .topwrap .icon {
  color: #4b4b4b;
  font-weight: 500;
  font-size: 1em;
  display: flex;
}
.preorder--bookingmodify main .account-info .topwrap .icon:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../image/account-info-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.preorder--bookingmodify main .account-info ul {
  padding: 0 12px;
  margin: 0;
}
.preorder--bookingmodify main .account-info ul li {
  color: #4b4b4b;
  font-weight: 500;
  font-size: 1em;
  line-height: 50px;
  box-shadow: 0px -0.5px 0px 0px rgb(201, 201, 201) inset;
}
.preorder--bookingmodify main .account-info ul li:last-child {
  box-shadow: none;
}
.preorder--bookingmodify main .account-info ul li .code {
  display: flex;
  margin: 0 0 0 13px;
}
.preorder--bookingmodify main .account-info ul li .code:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/direction-arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
.preorder--bookingmodify main .account-info ul li input {
  border: none;
  text-align: right;
  background-image: url(../image/edit.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right;
  background-color: transparent;
  padding: 0 24px 0 0;
}
.preorder--bookingmodify main .account-info ul li input.active {
  background-image: none;
  padding: 0;
}

.preorder--bookingshare {
  background-color: #F4F4F4;
  overflow-x: hidden;
}
.preorder--bookingshare main {
  padding: 0 0 60px;
}
.preorder--bookingshare h5 {
  font-size: 1em;
  padding: 15px 20px;
  font-weight: bold;
  margin: 0;
}
.preorder--bookingshare .card {
  border-radius: 0;
  border: none;
  border-top: 1px solid #e4e6e8;
  border-bottom: 1px solid #e4e6e8;
  display: flex;
  padding: 15px 0;
  align-items: center;
  flex-direction: row;
}
.preorder--bookingshare .card.checked .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.preorder--bookingshare .card .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: #ccc 1px solid;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  margin: 0 0 0 10px;
  user-select: none;
}
.preorder--bookingshare .card img {
  width: 68px;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 8px 0;
  border: #f2f2f2 1px solid;
  border-radius: 2px;
  overflow: hidden;
  padding: 4px;
}
.preorder--bookingshare .card .txt h6, .preorder--bookingshare .card .txt p, .preorder--bookingshare .card .txt .booking_btn {
  font-size: 0.875em;
}
.preorder--bookingshare .card .txt p {
  color: #ff5f5f;
  margin: 0 0 8px;
}
.preorder--bookingshare .card .txt h6 {
  margin: 0 0 2px;
}
.preorder--bookingshare .card .txt .booking_btn {
  color: #018dd6;
  border: 1px solid #018dd6;
  border-radius: 2px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 4px;
  font-size: 0.75em;
}
.preorder--bookingshare .accordion {
  padding: 0;
  margin: 0 auto;
  list-style: none outside;
}
.preorder--bookingshare .accordion .accordion-item {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 12px;
}
.preorder--bookingshare .accordion .accordion-item-hd {
  display: block;
  padding: 15px 30px 8px 15px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #1a1a1f;
  font-weight: 500;
}
.preorder--bookingshare .accordion .accordion-item-bd {
  max-height: 2000px;
  transition: all 0.3s;
  margin-bottom: 0;
  overflow: hidden;
  margin: 0 15px;
}
.preorder--bookingshare .accordion .accordion-item-bd img {
  width: 100%;
  height: auto;
}
.preorder--bookingshare .accordion .accordion-item-bd ul {
  margin: 0;
  padding: 0;
}
.preorder--bookingshare .accordion .accordion-item-bd ul li {
  margin: 0 0 10px 20px;
  list-style-type: decimal;
  color: #666;
  font-size: 13px;
}
.preorder--bookingshare .accordion .accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 0;
  transition: all 0.3s;
}
.preorder--bookingshare .accordion .accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  transform: rotate(0);
}
.preorder--bookingshare .accordion .accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
  pointer-events: none;
  transition: transform 0.3s ease;
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.preorder--bookingshare .accordion .accordion-item-hd-cta img {
  width: 24px;
  height: auto;
}
.preorder--bookingshare .accordion .accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}
.preorder--bookingshare footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 25px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 6000;
  background-color: white;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
}
.preorder--bookingshare footer a {
  margin: 0 5px;
  display: block;
  background: #c2c6c8;
  padding: 8px 0;
  text-aligns: center;
  flex: 1;
  border-radius: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 36px;
  align-items: center;
}
.preorder--bookingshare footer a.confirm {
  padding: 0;
  width: 100%;
  height: 36px;
  display: block;
  border-radius: 50px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}
.preorder--bookingshare footer a.cancel {
  background: #fc6068;
}

.storewrap {
  background: #F5F5F5;
}
.storewrap header a {
  color: #0078c8;
  font-weight: 500;
  font-size: 0.875em;
  margin: 0 13px 0 0;
}
.storewrap main {
  padding: 0;
}
.storewrap main .list-group {
  border: none;
  background: rgb(255, 255, 255);
}
.storewrap main .list-group .list-group-item {
  border: none;
  position: relative;
  background: transparent;
  background: rgb(255, 255, 255);
  padding: 13px 0;
  margin: 0 16px;
  box-shadow: 0px -0.5px 0px 0px rgb(201, 201, 201) inset;
  border-radius: 0;
}
.storewrap main .list-group .list-group-item.checked .checkbox {
  border: 1px solid rgb(0, 120, 200);
  position: relative;
}
.storewrap main .list-group .list-group-item.checked .checkbox:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 3px;
  background: #0078c8;
  position: absolute;
  border-radius: 10px;
}
.storewrap main .list-group .list-group-item.closed:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}
.storewrap main .list-group .list-group-item.closed:after {
  content: "店舖閉店中，暫時不提供取貨";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 9px 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  margin: -20px 0 0 -107px;
  white-space: nowrap;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
}
.storewrap main .list-group .list-group-item.closed .checkbox {
  border: none;
  background: rgb(172, 172, 172);
}
.storewrap main .list-group .list-group-item.closed a {
  display: none;
}
.storewrap main .list-group .list-group-item .checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid rgb(111, 111, 111);
  border-radius: 10px;
  margin: 0 12px 0 0;
  flex-shrink: 0;
}
.storewrap main .list-group .list-group-item .info {
  width: calc(100% - 64px);
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  color: #4b4b4b;
}
.storewrap main .list-group .list-group-item .info p {
  color: #909090;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  font-size: 0.85714em;
  padding: 0;
  margin: 0;
}
.storewrap main .list-group .list-group-item .info .default {
  border: 0.5px solid rgb(164, 209, 239);
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  padding: 0 2px;
  border-radius: 4px;
  color: #0078c8;
  display: inline-block;
  height: 18px;
}
.storewrap main .list-group .list-group-item a {
  margin: 0 10px 0 0;
}
.storewrap main .more {
  margin: 13px auto 0 auto;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #0078c8;
  text-align: center;
  display: block;
  width: 100%;
}
.storewrap footer {
  width: 100%;
  background: #fff;
  padding: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.storewrap footer a {
  width: 100%;
  line-height: 40px;
  background: #0078c8;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 20px;
}

.storeempty {
  background: #F6F6F6;
}
.storeempty main {
  padding: 84px 0 0;
  background: #F6F6F6;
  text-align: center;
}
.storeempty main img {
  margin: 0 0 8px;
}
.storeempty main h6 {
  color: #2c2c2c;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  margin: 0 0 4px;
}
.storeempty main p {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
}
.storeempty main a {
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #0078c8;
  border-radius: 25px;
  font-weight: 500;
  font-size: 1em;
  display: block;
  margin: 40px 12px 0 12px;
}

.preorder--changecard {
  background-color: #F4F4F4;
}
.preorder--changecard h3 {
  font-size: 1em;
  color: #000;
  padding: 0 15px;
  font-weight: 600;
  margin: 10px 0 0;
}
.preorder--changecard .cardlist {
  display: block;
  padding: 10px 0;
}
.preorder--changecard .cardlist .item {
  padding: 15px;
  position: relative;
  cursor: pointer;
  margin: 0 0 10px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.preorder--changecard .cardlist .item .checkbox {
  width: 20px;
  height: 20px;
  border: 1.5px solid #c2c6c8;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
}
.preorder--changecard .cardlist .item p {
  width: calc(100% - 32px);
  margin: 0;
  padding: 0 0 0 12px;
  font-size: 14px;
  color: #1a1a1f;
  letter-spacing: 0.5px;
  line-height: 19px;
  font-weight: bold;
}
.preorder--changecard .cardlist .item .note {
  width: calc(100% - 32px);
  float: right;
  margin: 15px 0 0 32px;
  border-top: 1px solid #eff0ef;
  padding: 10px 0 0;
  display: none;
  transition: all 0.6s;
}
.preorder--changecard .cardlist .item .note .cardname h6 {
  font-size: 0.875em;
  margin: 0;
  font-weight: 600;
}
.preorder--changecard .cardlist .item .note .cardname p {
  margin: 0;
  padding: 0;
  color: #666;
  width: auto;
  font-weight: 300;
}
.preorder--changecard .cardlist .item .note .cardname.change h6 {
  display: none;
}
.preorder--changecard .cardlist .item .note .cardname.change p {
  color: red;
  margin: 0 10px 0 0;
}
.preorder--changecard .cardlist .item .note a {
  color: #666;
  display: block;
  padding: 0 15px 0 0;
  position: relative;
  font-size: 0.875em;
  white-space: nowrap;
}
.preorder--changecard .cardlist .item .note a::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  right: 0;
  top: 6.8px;
  position: absolute;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  transform: rotate(135deg);
}
.preorder--changecard .cardlist .item.active .note {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preorder--changecard .cardlist .item.active .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.preorder--changecard footer {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 5px 0 30px 0;
  z-index: 1;
}
.preorder--changecard footer a {
  margin: 0 auto;
  display: block;
  width: 90%;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}

.select-card {
  position: fixed;
  width: 100%;
  max-height: 70vh;
  overflow-y: scroll;
  background-color: #fff;
  bottom: 0;
  z-index: 6011;
  transform: translateY(100%);
  transition: transform 300ms ease;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 15px 30px 15px;
  box-sizing: border-box;
}
.select-card.active {
  transform: translateY(0);
}
.select-card .close {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 2;
  opacity: 1;
}
.select-card .close::before, .select-card .close::after {
  content: "";
  display: block;
  width: 20px;
  height: 1.5px;
  background-color: #666;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  border-radius: 4px;
}
.select-card .close::after {
  transform: rotate(-45deg);
}
.select-card h6 {
  margin: 0 auto;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  padding: 0 0 15px;
  position: relative;
}
.select-card h6::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #f1f2f3;
  position: absolute;
  left: -15px;
  bottom: 0;
}
.select-card .card-list {
  padding: 12px 0;
  position: relative;
  cursor: pointer;
  margin: 0;
  border-bottom: 1px solid #dedede;
  display: flex;
}
.select-card .card-list:nth-last-child(2) {
  margin: 0 0 20px;
}
.select-card .card-list.active .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.select-card .card-list .checkbox {
  width: 20px;
  height: 20px;
  border: 1.5px solid #c2c6c8;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  margin: 0 10px 0 0;
}
.select-card .card-list .bank h5 {
  font-size: 0.875em;
  margin: 0;
  font-weight: 600;
}
.select-card .card-list .bank p {
  margin: 0;
  padding: 0;
  color: #666;
  width: auto;
  font-weight: 300;
  font-size: 0.875em;
}
.select-card .bbtn {
  width: 100vw;
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0px -3px 5px #f4f4f4;
  margin: 10px auto 20px -15px;
  display: inline-block;
}
.select-card .bbtn a {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 90%;
  height: 42px;
  border-radius: 50px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}

.easycard {
  background-color: #f9fafc;
}
.easycard .rednote {
  padding: 8px 16px 12px 16px;
  font-size: 11px;
  color: #FC6068;
}
.easycard form .input-wrap {
  padding: 8px 16px;
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
}
.easycard form .input-wrap label {
  width: 130px;
  margin: 0;
  padding: 0;
  color: #1A1A1F;
  font-size: 0.9375em;
  font-weight: 600;
}
.easycard form .input-wrap input, .easycard form .input-wrap select {
  border: none;
  padding: 0 12px 0 0;
  text-align: right;
  height: 30px;
  outline: none;
  font-size: 13px;
  color: #1A1A1F;
}
.easycard form .input-wrap input:-moz-read-only, .easycard form .input-wrap select:-moz-read-only {
  background-color: transparent;
}
.easycard form .input-wrap input:read-only, .easycard form .input-wrap select:read-only {
  background-color: transparent;
}
.easycard form .input-wrap select {
  padding: 0 32px 0 0;
}
.easycard form .input-wrap .invalid-feedback {
  display: none;
}
.easycard form .cup > div {
  padding: 8px 16px;
  background: #fff;
}
.easycard form .cup > div > span:first-child {
  color: #1A1A1F;
  font-size: 0.9375em;
  font-weight: 600;
}
.easycard form .cup > div > span:last-child {
  font-size: 13px;
  color: #1A1A1F;
  padding: 0 12px 0 0;
}
.easycard form .cup ul {
  padding: 0;
  margin: 0;
}
.easycard form .cup ul li {
  background: #F4F4F4;
  font-size: 0.9375em;
  display: flex;
  justify-content: space-between;
  padding: 5px 28px 5px 16px;
}
.easycard form .cup ul li span {
  font-size: 13px;
}
.easycard form footer {
  position: fixed;
  background: #fff;
  left: 0;
  bottom: 0;
  width: 100vw;
  padding: 20px 8px;
  border-top: 1px solid #E1E3E6;
}
.easycard form footer .btn {
  flex: 1;
  height: 40px;
  display: block;
  border-radius: 20px;
  margin: 0 7px;
  background: #c2c6c8;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.easycard form footer .btn.btn-primary {
  background-image: linear-gradient(284deg, #34aaf8, #0078c8);
}

.publication {
  background-color: #f9fafc;
}
.publication main {
  padding: 12px 8.5px 0 8.5px;
}
.publication main .list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.publication main .list-wrap .list {
  width: calc((100% - 14px) / 2);
  text-align: center;
  position: relative;
  margin: 12px 3.5px 0 3.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
}
.publication main .list-wrap .list.noimg .imgwrap {
  background: #E1E1E1;
}
.publication main .list-wrap .list .imgwrap {
  width: 100%;
  position: relative;
  margin: 0 0 12px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9e9e9e;
  font-size: 14px;
}
.publication main .list-wrap .list .imgwrap .zoom {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 2px;
  bottom: 0;
  border-bottom-left-radius: 6px;
}
.publication main .list-wrap .list .imgwrap .zoom .in {
  width: 22px;
  height: 22px;
  display: block;
  background: #81c6ea;
  border-radius: 4px;
  margin: 0;
}
.publication main .list-wrap .list .imgwrap .zoom .in:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: #fff 2px solid;
  border-radius: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.publication main .list-wrap .list .imgwrap .zoom .in:after {
  content: "";
  display: block;
  width: 6px;
  height: 2.5px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 13px;
  top: 14px;
  border-radius: 2px;
}
.publication main .list-wrap .list .imgwrap img {
  margin: 2px 24px;
  width: inherit;
  height: 144px;
  -o-object-fit: contain;
     object-fit: contain;
}
.publication main .list-wrap .list h5 {
  line-height: 120%;
  margin: 0 8px 10px 8px;
  color: #1A1A1F;
  font-size: 15px;
  text-align: left;
}
.publication main .list-wrap .list .btn {
  width: calc(100% - 16px);
  height: 40px;
  background: #0078c8;
  border-radius: 20px;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  margin: 0 8px;
  margin-top: auto !important;
}
.publication main .list-wrap .list.soldout:before, .publication main .list-wrap .list.replenishment:before {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  bottom: 16px;
  z-index: 1;
}
.publication main .list-wrap .list.soldout .imgwrap .zoom, .publication main .list-wrap .list.replenishment .imgwrap .zoom {
  display: none;
}
.publication main .list-wrap .list.soldout .imgwrap:before, .publication main .list-wrap .list.replenishment .imgwrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.publication main .list-wrap .list.soldout .imgwrap:after, .publication main .list-wrap .list.replenishment .imgwrap:after {
  content: "已售完";
  display: block;
  color: #fff;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 20px;
  z-index: 99;
  padding: 44px 0 0;
  font-size: 0.75em;
  text-align: center;
  background-image: url(../image/soldout.svg);
  background-repeat: no-repeat;
  background-position: center 11px;
  background-size: 45%;
  background-color: #666666;
}
.publication main .list-wrap .list.soldout .btn, .publication main .list-wrap .list.replenishment .btn {
  background: rgba(0, 120, 199, 0.3);
  position: relative;
}
.publication main .list-wrap .list.replenishment .imgwrap:after {
  content: "已售完待補貨";
}

.fancybox-skin {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 20px;
  padding: 0 0 90px;
}

.fancybox-title-inside-wrap {
  text-align: center;
  padding: 10px 0;
  color: #33384D;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 0 34px;
  z-index: 1;
}

.fancybox-outer {
  margin: 0 0 20px;
}

.fancybox-close {
  width: 156px;
  height: 40px;
  background: #0078c8;
  color: #fff;
  bottom: 30px;
  left: 50%;
  margin: 0 0 0 -78px;
  border-radius: 20px;
  top: inherit;
  right: inherit;
}
.fancybox-close::before {
  content: "確認";
  display: block;
  text-align: center;
  transform: rotate(0);
  width: 156px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  position: relative;
  left: 0;
  top: 0;
}
.fancybox-close::after {
  display: none;
}

.search2025 {
  background: #F5F5F5;
}
.search2025 .swal2-title {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  padding: 0;
}
.search2025 .swal2-popup {
  border-radius: 20px;
}
.search2025 .swal2-image {
  margin: 20px auto 8px;
}
.search2025 main {
  padding: 0;
}
.search2025 main .box-flow {
  padding: 8px 12px;
}
.search2025 main .othertit {
  font-weight: 500;
  font-size: 16px;
  color: #4b4b4b;
  padding: 0 12px;
  margin: 8px 0 0;
}
.search2025 main h2 {
  color: #000;
  margin: 0 0 35px;
  padding: 0;
  font-weight: bold;
  font-size: 1em;
  margin: 0 15px 3px 15px;
}
.search2025 main .noresault {
  position: relative;
  margin: auto;
  text-align: center;
  padding: 0 0 20px;
  background: #fff;
}
.search2025 main .noresault img {
  width: 120px;
  margin: 0 0 8px;
}
.search2025 main .noresault h6 {
  padding: 0;
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  color: #2c2c2c;
}
.search2025 main .noresault p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #6f6f6f;
}
.search2025 main .filter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0;
  margin: 0;
}
.search2025 main .filter li {
  position: relative;
  flex: 1;
  list-style: none;
}
.search2025 main .filter li a {
  line-height: 44px;
  font-weight: 500;
  font-size: 0.875em;
  color: #909090;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search2025 main .filter li a .arrow {
  width: 6.55px;
  height: 12px;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 5px;
}
.search2025 main .filter li a .arrow .up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.275px 5.32px 3.275px;
  border-color: transparent transparent #6f6f6f transparent;
  margin: 0 0 1px;
}
.search2025 main .filter li a .arrow .down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.32px 3.275px 0 3.275px;
  border-color: #6f6f6f transparent transparent transparent;
}
.search2025 main .filter li.active a {
  color: #0078C8;
}

.searchresault-wrap {
  background: #f9f9f9;
}
.searchresault-wrap main {
  padding: 40px 7px 20px 7px;
}
.searchresault-wrap main .pro-list {
  padding: 0 0 15px 0;
}
.searchresault-wrap main .pro-list .col {
  width: 50%;
  text-align: center;
  margin: 0 0 10px;
}
.searchresault-wrap main .pro-list .list {
  width: calc((100% - 16px) / 2);
}
.searchresault-wrap main .pro-list .list .file-date {
  display: none;
}
.searchresault-wrap main .nodata {
  display: none;
}
.searchresault-wrap main.noresault {
  padding: 40px 0 0;
}
.searchresault-wrap main.noresault .nodata {
  width: 100%;
  display: block;
  background-color: #e3e5e7;
  color: #9c9c9d;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}
.searchresault-wrap main.noresault .pro-list {
  display: none;
}

.shared {
  background-color: #F4F4F4;
  overflow-x: hidden;
}
.shared main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 45px);
}
.shared main div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shared main div img {
  width: 115px;
  height: auto;
}
.shared main div p {
  color: #0078c8;
  margin: 35px 0 25px 0;
}
.shared main div a {
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
  display: block;
  border-radius: 50px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  padding: 0 30px;
  font-size: 0.8125em;
}
.shared footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 25px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 6000;
  background-color: white;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  padding: 20px 15px 40px 15px;
}
.shared footer button {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  border: none;
}
.shared--list {
  background-color: #F4F4F4;
}
.shared--list .list-group {
  background: #fff;
}
.shared--list .list-group-item {
  display: flex;
  justify-content: Space-between;
  align-items: center;
}
.shared--list .list-group-item h5 {
  font-size: 0.875em;
  margin: 0;
}
.shared--list .list-group-item .icon_group {
  display: flex;
}
.shared--list .list-group-item .icon_group a {
  display: flex;
  align-items: flex-end;
  margin: 0 0 0 10px;
}
.shared--list .list-group-item .icon_group a img {
  width: 16px;
  height: auto;
}
.shared--list .note {
  color: #ff7511;
  text-align: center;
  margin: 5px 0 0;
  font-size: 0.75em;
}
.shared--list footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 25px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 6000;
  background-color: white;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  padding: 20px 15px 40px 15px;
}
.shared--list footer button {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  border: none;
}
.shared--add {
  background-color: #F4F4F4;
}
.shared--add main {
  padding: 0 0 110px;
}
.shared--add main .phone {
  margin: 16px 15px 10px 15px;
  display: flex;
  justify-content: space-between;
  font-size: 0.875em;
}
.shared--add main .phone a {
  color: #018dd6;
  border: 1px solid #018dd6;
  display: block;
  padding: 2px 8px 1px 8px;
  border-radius: 20px;
  font-size: 0.9em;
}
.shared--add main .form-row {
  margin: 0;
  background: #fff;
}
.shared--add main .form-row .mb-3 {
  display: flex;
  margin: 0 15px !important;
  justify-content: space-between;
  padding: 7px 0;
  position: relative;
}
.shared--add main .form-row .mb-3:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  left: -15px;
  bottom: 0;
}
.shared--add main .form-row .form-control {
  width: 50%;
  text-align: right;
  background-color: transparent;
  font-size: 0.8125em;
  border-color: #fff;
}
.shared--add main .btn-primary {
  width: calc(100% - 30px);
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  border: none;
  padding: 0;
  position: fixed;
  bottom: 40px;
  left: 15px;
  z-index: 1000;
}
.shared--add main .btn-primary:disabled {
  opacity: 0.6;
}
.shared--add main .was-validated .form-control:invalid {
  border-color: #dc3545;
}
.shared--add main .accordion {
  padding: 0;
  margin: 12px auto 0 auto;
  list-style: none outside;
}
.shared--add main .accordion .accordion-item {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 12px;
}
.shared--add main .accordion .accordion-item-hd {
  display: block;
  padding: 15px 30px 8px 15px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #1a1a1f;
  font-weight: 500;
  margin: 0;
}
.shared--add main .accordion .accordion-item-bd {
  max-height: 2000px;
  transition: all 0.3s;
  margin-bottom: 0;
  overflow: hidden;
  margin: 0 15px;
}
.shared--add main .accordion .accordion-item-bd img {
  width: 100%;
  height: auto;
}
.shared--add main .accordion .accordion-item-bd ul {
  margin: 0;
  padding: 0;
}
.shared--add main .accordion .accordion-item-bd ul li {
  margin: 0 0 10px 20px;
  list-style-type: decimal;
  color: #666;
  font-size: 13px;
}
.shared--add main .accordion .accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 0;
  transition: all 0.3s;
}
.shared--add main .accordion .accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  transform: rotate(0);
}
.shared--add main .accordion .accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
  pointer-events: none;
  transition: transform 0.3s ease;
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.shared--add main .accordion .accordion-item-hd-cta img {
  width: 24px;
  height: auto;
}
.shared--add main .accordion .accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}
.shared--add main .note {
  color: #ff7511;
  text-align: center;
  margin: 12px 0 0;
  font-size: 0.75em;
}
.shared--add footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 999;
  background-color: white;
  padding: 20px 15px 40px 15px;
}
.shared--add.edit main .btn-primary {
  width: calc((100% - 36px) / 2);
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  right: 15px;
  left: inherit;
}
.shared--add.edit footer button {
  width: calc((100% - 12px) / 2);
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #fc6068;
  border: none;
}

.preorder--transfernew {
  background-color: #f9fafc;
}
.preorder--transfernew main {
  padding: 0 0 80px;
}
.preorder--transfernew main .filter_wrap {
  display: flex;
  justify-content: Flex-end;
  margin: 12px 16px;
}
.preorder--transfernew main .filter_wrap a {
  display: block;
  position: relative;
  font-size: 0.9375em;
}
.preorder--transfernew main .filter_wrap a.filter {
  color: #656565;
  padding: 0 20px 0 10px;
}
.preorder--transfernew main .filter_wrap a.filter:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 20px;
  background-color: #e4e6e7;
}
.preorder--transfernew main .filter_wrap a.filter:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  position: absolute;
  right: -3px;
  top: 2px;
  background-image: url(../image/icon-filter.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.preorder--transfernew main .filter_wrap a.filter.active {
  color: #018dd6;
}
.preorder--transfernew main .filter_wrap a.filter.active:after {
  background-image: url(../image/icon-filter-active.jpg);
}
.preorder--transfernew main .filter_wrap a.date {
  color: #656565;
  padding: 0 15px 0 0;
}
.preorder--transfernew main .filter_wrap a.date.up {
  color: #018dd6;
}
.preorder--transfernew main .filter_wrap a.date.up span .up {
  border-color: transparent transparent #018bd6 transparent;
  top: 5px;
}
.preorder--transfernew main .filter_wrap a.date.up span .down {
  display: none;
}
.preorder--transfernew main .filter_wrap a.date.down {
  color: #018dd6;
}
.preorder--transfernew main .filter_wrap a.date.down span .up {
  display: none;
}
.preorder--transfernew main .filter_wrap a.date.down span .down {
  border-color: #018bd6 transparent transparent transparent;
  top: 5px;
}
.preorder--transfernew main .filter_wrap a.date span {
  width: 6px;
  height: 12px;
  position: relative;
  display: block;
  float: right;
  margin: 3px 0 0 5px;
}
.preorder--transfernew main .filter_wrap a.date .up {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 4px 3px;
  border-color: transparent transparent #656565 transparent;
}
.preorder--transfernew main .filter_wrap a.date .down {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #656565 transparent transparent transparent;
}
.preorder--transfernew main .swiper, .preorder--transfernew main .mySwiper2 {
  height: 70px;
  margin: 0 16px 12px 16px;
  position: relative;
  overflow: hidden;
}
.preorder--transfernew main .swiper .swiper-slide img, .preorder--transfernew main .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}
.preorder--transfernew main .swiper .swiper, .preorder--transfernew main .mySwiper2 .swiper {
  width: 100%;
  height: 70px;
  margin: 0;
}
.preorder--transfernew main .swiper .swiper-pagination-bullets, .preorder--transfernew main .mySwiper2 .swiper-pagination-bullets {
  position: absolute;
  text-align: center;
  bottom: 3px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 10;
}
.preorder--transfernew main .swiper .swiper-pagination-bullet, .preorder--transfernew main .mySwiper2 .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #fff;
  opacity: 0.5;
  margin: 0 2px;
}
.preorder--transfernew main .swiper .swiper-pagination-bullet-active, .preorder--transfernew main .mySwiper2 .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 4px;
  background: #fc6068;
  opacity: 1;
}
.preorder--transfernew main .subclass {
  padding: 0;
  margin: 12px;
  justify-content: space-between;
  display: none;
  transition: all 1s;
  opacity: 0;
}
.preorder--transfernew main .subclass.active {
  display: flex;
  opacity: 1;
}
.preorder--transfernew main .subclass li {
  display: block;
}
.preorder--transfernew main .subclass li a {
  display: block;
  border-radius: 18px;
  background-color: #fff;
  height: 36px;
  line-height: 36px;
  color: #636363;
  padding: 0 20px;
  font-size: 0.8125em;
  white-space: nowrap;
}
.preorder--transfernew main .subclass li.active a {
  color: #1a1a1f;
  font-weight: 600;
}
.preorder--transfernew main .list_wrap {
  position: relative;
  margin: 0 0 12px;
  padding: 12px 12px 9px 12px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
}
.preorder--transfernew main .list_wrap.cannot:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 100;
}
.preorder--transfernew main .list_wrap.cannot:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../image/nottransfer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 52px;
  top: 30px;
  z-index: 100;
}
.preorder--transfernew main .list_wrap.expiring .left_img .product__fig:after {
  display: block;
  content: "即將到期";
  width: 100%;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #ff6d6d;
  font-size: 13px;
  padding: 0 0 0 22px;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.preorder--transfernew main .list_wrap.expiring .left_img .product__fig:before {
  display: block;
  content: "!";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 6px;
  z-index: 11;
  font-size: 10px;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
}
.preorder--transfernew main .list_wrap.checked .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.preorder--transfernew main .list_wrap .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 1px #c1c6c8;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  margin: 15% 4px 0 0;
}
.preorder--transfernew main .list_wrap .left_img {
  width: 80px;
  margin: 0 12px 0 0;
  display: flex;
  flex-direction: column;
}
.preorder--transfernew main .list_wrap .left_img .product__fig {
  position: relative;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  overflow: hidden;
}
.preorder--transfernew main .list_wrap .left_img .product__fig img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
  position: relative;
  margin: 0;
  background: #fff;
}
.preorder--transfernew main .list_wrap .left_img .dayline {
  position: relative;
  text-align: center;
  color: #0078c8;
  font-size: 13px;
  width: 80px;
  margin-top: auto !important;
  margin-bottom: 2px;
}
.preorder--transfernew main .list_wrap .left_img .dayline:before {
  content: "兌換期限";
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 4px;
  background-color: #038bd4;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  margin: 0 0 2px;
  padding: 1px 0 0 12px;
}
.preorder--transfernew main .list_wrap .left_img .dayline:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../image/ddayline.png);
  position: absolute;
  left: 7px;
  top: 4px;
}
.preorder--transfernew main .list_wrap .right_txtwrap {
  width: calc(100% - 116px);
  position: relative;
}
.preorder--transfernew main .list_wrap .right_txtwrap .title {
  color: #1a1a1f;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1.2px;
  overflow: hidden;
}
.preorder--transfernew main .list_wrap .right_txtwrap select {
  ackground: #f9f9f9;
  color: #777;
  width: 100%;
  margin: 24px 0 8px 0;
  padding: 2px 10px;
  border: none;
  border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "微軟正黑體", sans-serif;
}
.preorder--transfernew main .list_wrap .right_txtwrap select:focus {
  outline: none;
}
.preorder--transfernew main .list_wrap .right_txtwrap .booking {
  float: left;
  width: -moz-max-content;
  width: max-content;
  display: block;
  color: #018dd6;
  font-size: 13px;
  padding: 1px 3px;
  border-radius: 2px;
  border: solid 1px #018dd6;
}
.preorder--transfernew main .list_wrap .right_txtwrap .count {
  position: relative;
  padding: 0;
  margin: 4px 0 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.preorder--transfernew main .list_wrap .right_txtwrap .count li {
  color: #1a1a1f;
  float: inherit;
  margin: 0 0 2px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-item: center;
}
.preorder--transfernew main .list_wrap .right_txtwrap .count li:last-child {
  margin: 0;
}
.preorder--transfernew main .list_wrap .right_txtwrap .count li span, .preorder--transfernew main .list_wrap .right_txtwrap .count li p {
  font-size: 14px;
}
.preorder--transfernew main .list_wrap .right_txtwrap .count li span {
  float: left;
  margin: 0;
  width: 58px;
  font-weight: 500;
}
.preorder--transfernew main .list_wrap .right_txtwrap .count li p {
  float: left;
  margin: 1px 0 0 2px;
  min-width: 27px;
  line-height: 120%;
}
@media only screen and (max-width: 360px) {
  .preorder--transfernew main .list_wrap .right_txtwrap .count li p {
    margin: 0 0 0 2px;
  }
}
.preorder--transfernew main .list_wrap .right_txtwrap .count li.blue {
  color: #048dd6;
}
.preorder--transfernew main .list_wrap .right_txtwrap .num-in {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  bottom: -2px;
  right: 0;
}
@media only screen and (max-width: 360px) {
  .preorder--transfernew main .list_wrap .right_txtwrap .num-in {
    bottom: 3px;
  }
}
.preorder--transfernew main .list_wrap .right_txtwrap .num-in span {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: #c2c6c8 1px solid;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
}
@media only screen and (max-width: 360px) {
  .preorder--transfernew main .list_wrap .right_txtwrap .num-in span {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.preorder--transfernew main .list_wrap .right_txtwrap .num-in span.dis:before {
  background-color: #ccc !important;
}
.preorder--transfernew main .list_wrap .right_txtwrap .num-in span.minus:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #222;
  top: 50%;
  left: 6px;
}
@media only screen and (max-width: 360px) {
  .preorder--transfernew main .list_wrap .right_txtwrap .num-in span.minus:before {
    width: 8px;
  }
}
.preorder--transfernew main .list_wrap .right_txtwrap .num-in span.plus::after, .preorder--transfernew main .list_wrap .right_txtwrap .num-in span.plus::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #222;
  top: 50%;
  left: 6px;
}
@media only screen and (max-width: 360px) {
  .preorder--transfernew main .list_wrap .right_txtwrap .num-in span.plus::after, .preorder--transfernew main .list_wrap .right_txtwrap .num-in span.plus::before {
    width: 8px;
  }
}
.preorder--transfernew main .list_wrap .right_txtwrap .num-in span.plus::after {
  transform: rotate(90deg);
}
.preorder--transfernew main .list_wrap .right_txtwrap .num-in p {
  font-size: 14px;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 28px;
}
@media only screen and (max-width: 360px) {
  .preorder--transfernew main .list_wrap .right_txtwrap .num-in p {
    line-height: 20px;
  }
}
.preorder--transfernew main .list_wrap .right_txtwrap .num-in input.in-num {
  float: left;
  width: 30px;
  height: 27px;
  background-color: #fff;
  color: #111;
  line-height: 27px;
  text-align: center;
  padding: 0;
  border: none;
  transition: all 0.6s;
  -webkit-appearance: none;
}
@media only screen and (max-width: 360px) {
  .preorder--transfernew main .list_wrap .right_txtwrap .num-in input.in-num {
    height: 20px;
    line-height: 20px;
  }
}
.preorder--transfernew main .list_wrap .right_txtwrap .num-in input.in-num.active {
  color: #333;
}
.preorder--transfernew main .empty {
  text-align: center;
  display: none;
  margin: 10% 0 0;
}
.preorder--transfernew main .empty img {
  width: 30%;
  height: auto;
}
.preorder--transfernew main .empty p {
  color: #656565;
  font-size: 15px;
  padding: 0;
  margin: 25px 0 36px 0;
}
.preorder--transfernew footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 20px 25px 20px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 6000;
  background-color: white;
  display: flex;
  justify-content: center;
}
.preorder--transfernew footer .quantity {
  font-size: 15px;
  color: #656565;
  letter-spacing: 1px;
  margin: 10px 5px 0 0;
}
.preorder--transfernew footer .btnset {
  position: relative;
  display: flex;
}
.preorder--transfernew footer .btnset a {
  width: 90px;
  height: 40px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 0.975em;
}
.preorder--transfernew footer .btnset a.ex {
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: rgb(0, 120, 200);
  background: linear-gradient(to right, rgb(0, 120, 200) 0%, rgb(52, 170, 248) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078c8', endColorstr='#34aaf8',GradientType=1 );
}
.preorder--transfernew footer .btnset a.re {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: rgb(2, 158, 71);
  background: linear-gradient(to right, rgb(2, 158, 71) 0%, rgb(122, 232, 171) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029e47', endColorstr='#7ae8ab',GradientType=1 );
}

.preorder--transfermobile {
  background-color: #f9fafc;
}
.preorder--transfermobile main {
  padding: 44px 0 100px 0;
}
.preorder--transfermobile main .flow {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  align-items: center;
  position: fixed;
  top: 44px;
  width: 100%;
  z-index: 1000;
}
.preorder--transfermobile main .flow > div {
  color: #666;
  align-items: center;
  font-size: 11px;
  display: flex;
}
.preorder--transfermobile main .flow > div:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #c2c6c8;
  border-radius: 20px;
  color: #fff;
  margin: 0 3px 0 0;
  font-size: 0.8125em;
}
.preorder--transfermobile main .flow > div:nth-child(1):before {
  content: "1";
}
.preorder--transfermobile main .flow > div:nth-child(3):before {
  content: "2";
}
.preorder--transfermobile main .flow > div:nth-child(2) {
  width: 48px;
  height: 1px;
  background-color: #c2c6c8;
  margin: 0 8px;
}
.preorder--transfermobile main .flow > div:nth-child(2):before {
  display: none;
}
.preorder--transfermobile main .flow > div.active {
  color: #33384d;
}
.preorder--transfermobile main .flow > div.active:nth-child(2) {
  background-color: #000;
}
.preorder--transfermobile main .flow > div.active:before {
  background: rgb(23, 171, 89);
  background: linear-gradient(135deg, rgb(23, 171, 89) 0%, rgb(100, 219, 153) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17ab59', endColorstr='#64db99',GradientType=1 );
  box-shadow: 0px 3px 5px #dcf2e6;
}
.preorder--transfermobile main .form-row {
  margin: 0;
  background: #fff;
}
.preorder--transfermobile main .form-row .phoneerror {
  color: #fe5354;
  margin: 5px 0 0;
  padding: 0;
  font-size: 0.8125em;
  text-align: right;
  display: none;
  opacity: 0;
}
.preorder--transfermobile main .form-row .phoneerror.active {
  display: block;
  opacity: 1;
}
.preorder--transfermobile main .form-row .mb-3 {
  margin: 0 !important;
  padding: 7px 15px;
  position: relative;
  overflow: hidden;
}
.preorder--transfermobile main .form-row .mb-3:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.preorder--transfermobile main .form-row label {
  width: 100%;
  margin: 0 0 12px;
  color: #363636;
  font-size: 14px;
}
.preorder--transfermobile main .form-row .form-control {
  background-color: transparent;
  font-size: 0.8125em;
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  height: 40px;
}
.preorder--transfermobile main .form-row .form-control::-moz-placeholder {
  font-size: 14px;
}
.preorder--transfermobile main .form-row .form-control::placeholder {
  font-size: 14px;
}
.preorder--transfermobile main .form-row input[name=area] {
  width: 34%;
  padding: 0.375rem 0.7rem;
  background-image: url(../image/btn_dropdown.png);
  background-size: 10px 6px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.preorder--transfermobile main .form-row input[name=area]:-moz-read-only {
  background-color: #fff;
}
.preorder--transfermobile main .form-row input[name=area]:read-only {
  background-color: #fff;
}
.preorder--transfermobile main .form-row input[name=validationCustom02] {
  width: 63%;
}
.preorder--transfermobile main .form-row a {
  width: 120px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #018dd6;
  border: 1px solid #018dd6;
  display: block;
  margin: 12px 0 16px 0;
  border-radius: 20px;
  font-size: 14px;
  float: right;
}
.preorder--transfermobile main .confirm {
  padding: 18px 16px;
  margin: -4px 0 0;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.preorder--transfermobile main .confirm li {
  display: flex;
  margin: 0 0 5px;
}
.preorder--transfermobile main .confirm li span {
  color: #888b94;
  font-size: 13px;
}
.preorder--transfermobile main .confirm li span:last-child {
  color: #33384d;
}
.preorder--transfermobile main .card_tit {
  display: flex;
  width: 100%;
  margin: 20px 0 7px 0;
  padding: 0 16px;
  align-items: end;
}
.preorder--transfermobile main .card_tit h5 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1f;
  padding: 0;
  margin: 0;
}
.preorder--transfermobile main .card_tit span {
  color: #666;
  font-size: 13px;
  margin: 0 0 0 9px;
}
.preorder--transfermobile main .card_list {
  padding: 13px 16px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: flex;
  align-items: center;
}
.preorder--transfermobile main .card_list .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 1px #c1c6c8;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  margin: 0 4px 0 0;
}
.preorder--transfermobile main .card_list .img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  z-index: 10;
  position: relative;
  margin: 0 12px 0 0;
  background: #fff;
}
.preorder--transfermobile main .card_list .txt_wrap {
  display: flex;
  flex-direction: column;
  height: 80px;
}
.preorder--transfermobile main .card_list .txt_wrap .proname {
  font-size: 15px;
  color: #1a1a1f;
}
.preorder--transfermobile main .card_list .txt_wrap p {
  font-size: 13px;
  color: #666;
  padding: 0;
  margin: 4px 0 0;
}
.preorder--transfermobile main .card_list .txt_wrap .num {
  font-size: 15px;
  font-weight: 600;
  color: #018dd6;
  margin-top: auto;
}
.preorder--transfermobile footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #E7E7E7;
  z-index: 5999;
  background-color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media only screen and (max-height: 720px) {
  .preorder--transfermobile footer {
    position: relative;
  }
}
.preorder--transfermobile footer .btn {
  flex: 1;
  height: 40px;
  background: #D3D3D3;
  border: none;
  padding: 0;
  margin: 0 8px;
  border-radius: 20px;
  color: #fff;
}
.preorder--transfermobile footer .btn:disabled {
  opacity: 0.6;
}
.preorder--transfermobile footer .btn-primary {
  flex: 1;
  height: 40px;
  background: #0078C8;
  border: none;
  padding: 0;
  margin: 0 8px;
  border-radius: 20px;
}
.preorder--transfermobile footer .btn-primary:disabled {
  opacity: 0.6;
}
.preorder--transfermobile footer.social {
  display: block;
  height: auto;
  padding: 20px 15px;
}
.preorder--transfermobile footer.social .top_wrap {
  display: flex;
  justify-content: Space-between;
  width: 100%;
}
.preorder--transfermobile footer.social .top_wrap a {
  width: calc((100% - 13px) / 2);
  height: 40px;
  display: block;
  border-radius: 20px;
  margin: 0;
}
.preorder--transfermobile footer.social .top_wrap a.blue {
  background-image: linear-gradient(284deg, #34aaf8, #0078c8);
}
.preorder--transfermobile footer a {
  display: block;
  width: 110px;
  height: 40px;
  border-radius: 20px;
  margin: 0 10px;
  background: #c2c6c8;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.preorder--transfermobile footer a.primary {
  background-image: linear-gradient(290deg, #34aaf8, #0078c8);
}

.accordion {
  padding: 0;
  margin: 12px auto 0 auto;
  list-style: none outside;
}
.accordion.mobile {
  margin: 0 auto;
}
.accordion .accordion-item {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 12px;
}
.accordion .accordion-item-hd {
  display: block;
  padding: 15px 30px 8px 15px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #1a1a1f;
  font-weight: 500;
  margin: 0;
}
.accordion .accordion-item-bd {
  max-height: 2000px;
  transition: all 0.3s;
  margin-bottom: 0;
  overflow: hidden;
  margin: 0 15px;
}
.accordion .accordion-item-bd img {
  width: 100%;
  height: auto;
}
.accordion .accordion-item-bd ul {
  margin: 0;
  padding: 0;
}
.accordion .accordion-item-bd ul li {
  margin: 0 0 10px 20px;
  list-style-type: decimal;
  color: #666;
  font-size: 13px;
}
.accordion .accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 0;
  transition: all 0.3s;
}
.accordion .accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  transform: rotate(0);
}
.accordion .accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
  pointer-events: none;
  transition: transform 0.3s ease;
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.accordion .accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
  top: 0;
}

.areamodal {
  top: initial;
  bottom: 0;
}
.areamodal.fade {
  transition: 0.6s !important;
}
.areamodal.fade .modal-dialog {
  transition: transform 0.6s ease-out;
  transform: translate(0, 50px);
}
.areamodal.show {
  transition: 0.6s !important;
}
.areamodal.show .modal-dialog {
  transform: none;
}
.areamodal .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.areamodal .modal-dialog .modal-content {
  width: 100%;
  max-height: 85vh;
  position: fixed;
  bottom: 0;
  border: none;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.areamodal .modal-dialog .modal-content .modal-header {
  padding: 12px 16px 8px 16px;
}
.areamodal .modal-dialog .modal-content .modal-header h5 {
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  color: #2c2c2c;
}
.areamodal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  right: 16px;
  top: 17px;
  background: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  display: block;
  font-size: 0;
  opacity: 1;
}
.areamodal .modal-dialog .modal-content .modal-header .btn-close::before, .areamodal .modal-dialog .modal-content .modal-header .btn-close::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #6f6f6f;
  transform: rotate(45deg);
  top: 8px;
  left: -1px;
  position: absolute;
}
.areamodal .modal-dialog .modal-content .modal-header .btn-close::after {
  transform: rotate(-45deg);
}
.areamodal .modal-dialog .modal-content .modal-body {
  padding: 3px 28px 8px 28px;
}
.areamodal .modal-dialog .modal-content .modal-body ul {
  padding: 0;
  argin: 0;
}
.areamodal .modal-dialog .modal-content .modal-body ul li {
  width: 100%;
  margin: 0 0 10px;
  list-style: none;
}
.areamodal .modal-dialog .modal-content .modal-body ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #4b4b4b;
  padding: 5px 0;
  list-style: none;
  font-weight: 400;
  display: flex;
}
.areamodal .modal-dialog .modal-content .modal-body ul li a span {
  width: 48px;
  text-align: left;
}
.areamodal .modal-dialog .modal-content .modal-body ul li.active a {
  color: #0078C8;
}

.preorder--transferfinish {
  background-color: #f9fafc;
}
.preorder--transferfinish main {
  padding: 12px 0 0;
}
.preorder--transferfinish main .topresault {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 24px 0;
  text-align: center;
  margin: 0 0 12px;
}
.preorder--transferfinish main .topresault .resault {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1f;
  position: relative;
  padding: 62px 0 7px 0;
}
.preorder--transferfinish main .topresault .resault:before {
  content: "";
  display: block;
  width: 42px;
  height: 47px;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../image/success-top.svg);
}
.preorder--transferfinish main .topresault .resault:after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #e3e5e7;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: 0;
}
.preorder--transferfinish main .topresault .success {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #029e47;
  font-size: 13px;
  margin: 12px 0 9px 0;
}
.preorder--transferfinish main .topresault .success:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../image/success1.svg);
}
.preorder--transferfinish main .topresault p {
  padding: 0;
  margin: 8px 0 0;
  color: #1a1a1f;
  font-size: 13px;
}
.preorder--transferfinish main .topresault p span {
  color: #018dd6;
  font-weight: 600;
}
.preorder--transferfinish main .confirm {
  padding: 12px 16px;
  margin: -4px 0 0;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.preorder--transferfinish main .confirm li {
  display: flex;
  margin: 0 0 5px;
}
.preorder--transferfinish main .confirm li span {
  color: #33384d;
  font-size: 13px;
  font-weight: 600;
}
.preorder--transferfinish main .confirm li span:last-child {
  font-weight: 300;
}
.preorder--transferfinish main .confirm li:last-child {
  margin: 0;
}
.preorder--transferfinish main .note {
  font-size: 15px;
  color: #fc6068;
  margin: 12px 0;
  text-align: center;
}
.preorder--transferfinish main .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 12.5px;
}
.preorder--transferfinish main .btn_wrap a {
  margin: 0 3.5px;
  width: calc((100% - 7px) / 2);
  height: 40px;
  border-radius: 20px;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-weight: 600;
}
.preorder--transferfinish main .btn_wrap a.red {
  background: #fc6068;
}
.preorder--transferfinish main .btn_wrap a.green {
  background-image: linear-gradient(289deg, #7ae8ab, #029e47);
}
.preorder--transferfinish main .btn_wrap a.blue {
  background-image: linear-gradient(290deg, #34aaf8, #0078c8);
}
.preorder--transferfinish main .record {
  margin: 12px 16px 0 16px;
  border: solid 1px #979797;
  height: 40px;
  border-radius: 20px;
  display: block;
  text-align: center;
  color: #1a1a1f;
  line-height: 40px;
}
.preorder--transferfinish footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 5999;
  background-color: white;
  padding: 20px 15px 40px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preorder--transferfinish footer a {
  display: block;
  width: 110px;
  height: 40px;
  border-radius: 20px;
  margin: 0 10px;
  background: #c2c6c8;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.preorder--transferfinish footer a.primary {
  background-image: linear-gradient(290deg, #34aaf8, #0078c8);
}

.accordion {
  padding: 0;
  margin: 12px auto 0 auto;
  list-style: none outside;
}
.accordion.mobile {
  margin: 0 auto;
}
.accordion .accordion-item {
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 12px;
}
.accordion .accordion-item-hd {
  display: block;
  padding: 15px 30px 8px 15px;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: #1a1a1f;
  font-weight: 500;
  margin: 0;
}
.accordion .accordion-item-bd {
  max-height: 2000px;
  transition: all 0.3s;
  margin-bottom: 0;
  overflow: hidden;
  margin: 0 15px;
}
.accordion .accordion-item-bd img {
  width: 100%;
  height: auto;
}
.accordion .accordion-item-bd ul {
  margin: 0;
  padding: 0;
}
.accordion .accordion-item-bd ul li {
  margin: 0 0 10px 20px;
  list-style-type: decimal;
  color: #666;
  font-size: 13px;
}
.accordion .accordion-item-input:checked ~ .accordion-item-bd {
  max-height: 0;
  transition: all 0.3s;
}
.accordion .accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  transform: rotate(0);
}
.accordion .accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
  pointer-events: none;
  transition: transform 0.3s ease;
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.accordion .accordion-item-hd-cta img {
  width: 24px;
  height: auto;
}
.accordion .accordion-item-input {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}

.preorder--couponterms {
  background-color: #f9fafc;
}
.preorder--couponterms main {
  padding: 12px 13px 100px 13px;
  overflow: scroll;
}
.preorder--couponterms footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  z-index: 5999;
  background-color: white;
  padding: 20px 22px 30px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preorder--couponterms footer a {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  margin: 0 10px;
  background: #008edc;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
}

.preorder--couponerror {
  background-color: #f9fafc;
}
.preorder--couponerror main {
  padding: 12px 0 0;
}
.preorder--couponerror main .info {
  background: #fff;
  padding: 15px 16px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  color: #1a1a1f;
  font-size: 13px;
}
.preorder--couponerror main .note {
  text-align: center;
  margin: 30px 0 0;
  color: #1a1a1f;
  font-size: 13px;
  line-height: 200%;
}

.preorder--coupon {
  background-color: #f9fafc;
}
.preorder--coupon main {
  padding: 0;
}
.preorder--coupon main .topnote {
  padding: 8px 20px 12px 20px;
  font-size: 13px;
  color: #666;
  line-height: 160%;
}
.preorder--coupon main .topnote .orange {
  color: #ff7511;
}
.preorder--coupon main ul.tabs {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  top: inherit;
  z-index: 800;
}
.preorder--coupon main ul.tabs:before {
  content: "";
  display: block;
  width: calc(100% - 36px);
  height: 36px;
  background: #f9f9f9;
  border-radius: 30px;
  position: absolute;
  left: 18px;
  top: 12px;
  z-index: -1;
}
.preorder--coupon main ul.tabs li {
  margin: 12px 0 0;
  line-height: 36px;
  border-radius: 30px;
  color: #666;
  height: 36px;
  position: relative;
  font-size: 0.8125em;
  border: none;
}
.preorder--coupon main ul.tabs li.active {
  border: none;
  background: #048dd6;
  color: #fff;
  height: 36px;
  box-shadow: 0 3px 10px 0 rgba(0, 22, 136, 0.28);
}
.preorder--coupon main ul.tabs li.active:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #048dd6 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin: 0 0 0 -8px;
}
.preorder--coupon main .tab_content {
  padding: 0 0 110px !important;
}
.preorder--coupon main .tab_content.rightnow .termscheck, .preorder--coupon main .tab_content.app .termscheck {
  display: flex;
  position: fixed;
  bottom: 69px;
  left: 0;
  background: #f9fafc;
  align-items: center;
  justify-content: center;
  color: #656565;
  z-index: 1020;
  width: 100%;
  padding: 10px 0;
  font-size: 13px;
}
.preorder--coupon main .tab_content.rightnow .termscheck.clicked .checkbox, .preorder--coupon main .tab_content.app .termscheck.clicked .checkbox {
  border: none;
  box-shadow: 0 2px 5px 0 #cce4f4;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.preorder--coupon main .tab_content.rightnow .termscheck a, .preorder--coupon main .tab_content.app .termscheck a {
  text-decoration: underline;
  color: #656565;
}
.preorder--coupon main .tab_content.rightnow .termscheck .checkbox, .preorder--coupon main .tab_content.app .termscheck .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 1px #c1c6c8;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  margin: 0 8px 0 0;
}
.preorder--coupon main .tab_content.rightnow footer, .preorder--coupon main .tab_content.app footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 15px 16px;
  display: flex;
  z-index: 1021;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e1e3e6;
}
.preorder--coupon main .tab_content.rightnow footer .btn-primary, .preorder--coupon main .tab_content.app footer .btn-primary {
  width: calc((100% - 13px) / 2);
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  border: none;
  padding: 0;
}
.preorder--coupon main .tab_content.rightnow footer .btn-primary:disabled, .preorder--coupon main .tab_content.app footer .btn-primary:disabled {
  opacity: 0.6;
}
.preorder--coupon main .tab_content.rightnow footer .btn, .preorder--coupon main .tab_content.app footer .btn {
  width: calc((100% - 13px) / 2);
  height: 40px;
  color: #fff;
  border-radius: 50px;
  line-height: 40px;
  background: rgb(1, 164, 75);
  background: linear-gradient(to right, rgb(1, 164, 75) 0%, rgb(71, 203, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a44b', endColorstr='#47cb83',GradientType=1 );
  border: none;
  padding: 0;
}
.preorder--coupon main .tab_content.rightnow footer .btn:disabled, .preorder--coupon main .tab_content.app footer .btn:disabled {
  opacity: 0.6;
}
.preorder--coupon main .tab_content.app footer .appbtn-primary {
  width: calc((100% - 13px) / 2);
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  border: none;
  padding: 0;
}
.preorder--coupon main .tab_content.app footer .appbtn-primary:disabled {
  opacity: 0.6;
}
.preorder--coupon main .tab_content.app footer .appbtn {
  width: calc((100% - 13px) / 2);
  height: 40px;
  color: #fff;
  border-radius: 50px;
  line-height: 40px;
  background: rgb(1, 164, 75);
  background: linear-gradient(to right, rgb(1, 164, 75) 0%, rgb(71, 203, 131) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a44b', endColorstr='#47cb83',GradientType=1 );
  border: none;
  padding: 0;
}
.preorder--coupon main .tab_content.app footer .appbtn:disabled {
  opacity: 0.6;
}
.preorder--coupon main .tab_content.appfinish {
  height: calc(100vh - 184px);
  overflow: scroll;
}
.preorder--coupon main .form-row {
  margin: 0 0 8px;
  background: #fff;
  font-size: 13pxx;
}
.preorder--coupon main .form-row .phoneerror {
  color: #fe5354;
  margin: 0;
  padding: 0 15px;
  font-size: 0.8125em;
  text-align: right;
  display: none;
  opacity: 0;
}
.preorder--coupon main .form-row .phoneerror.active {
  display: block;
  opacity: 1;
}
.preorder--coupon main .form-row label, .preorder--coupon main .form-row div {
  margin: 0;
  padding: 0.375rem 0;
  white-space: nowrap;
}
.preorder--coupon main .form-row .ml-auto {
  margin-left: auto !important;
  width: 80%;
}
.preorder--coupon main .form-row .mb-3 {
  display: flex;
  margin: 0 15px !important;
  justify-content: space-between;
  padding: 7px 0;
  position: relative;
  align-items: center;
}
.preorder--coupon main .form-row .mb-3:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  left: -15px;
  bottom: 0;
}
.preorder--coupon main .form-row input[name=area] {
  width: 34%;
  margin: 0 1.5% 0 0;
  padding: 0.375rem 0.7rem;
  background-image: url(../image/btn_dropdown.png);
  background-size: 10px 6px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.preorder--coupon main .form-row input[name=area]:-moz-read-only {
  background-color: #fff;
}
.preorder--coupon main .form-row input[name=area]:read-only {
  background-color: #fff;
}
.preorder--coupon main .form-row input[name=validationCustom02], .preorder--coupon main .form-row input[name=validationCustom04] {
  width: 63%;
  background-color: transparent;
  font-size: 13px;
}
.preorder--coupon main .list_wrap {
  position: relative;
  margin: 0 0 12px;
  padding: 12px 12px 9px 12px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
}
.preorder--coupon main .list_wrap > div {
  display: flex;
}
.preorder--coupon main .list_wrap .left_img {
  width: 80px;
  margin: 0 12px 0 0;
  display: flex;
  flex-direction: column;
}
.preorder--coupon main .list_wrap .left_img .product__fig {
  position: relative;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  overflow: hidden;
}
.preorder--coupon main .list_wrap .left_img .product__fig img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 10;
  position: relative;
  margin: 0;
  background: #fff;
}
.preorder--coupon main .list_wrap .left_img .dayline {
  position: relative;
  text-align: center;
  color: #fc6068;
  font-size: 13px;
  width: 80px;
  margin-top: auto !important;
  margin-bottom: 2px;
}
.preorder--coupon main .list_wrap .left_img .dayline:before {
  content: "兌換期限";
  display: block;
  width: 100%;
  height: 20px;
  border-radius: 4px;
  background-color: #fc6068;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  margin: 0 0 2px;
  padding: 1px 0 0 12px;
}
.preorder--coupon main .list_wrap .left_img .dayline:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../image/ddayline.png);
  position: absolute;
  left: 7px;
  top: 4px;
}
.preorder--coupon main .list_wrap .right_txtwrap {
  width: calc(100% - 92px);
  position: relative;
  display: flex;
  flex-direction: column;
}
.preorder--coupon main .list_wrap .right_txtwrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}
.preorder--coupon main .list_wrap .right_txtwrap .title {
  color: #1a1a1f;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 1.2px;
  overflow: hidden;
}
.preorder--coupon main .list_wrap .right_txtwrap .num {
  color: #048dd6;
  font-size: 15px;
  font-weight: 600;
  margin-top: auto;
}
.preorder--coupon main .list_wrap .barcode {
  width: 100%;
  padding: 10px 0 0;
  border-top: 1px solid #e3e5e7;
  display: inline-block;
  overflow: hidden;
}
.preorder--coupon main .list_wrap .barcode a {
  width: 80px;
  height: 36px;
  border: 1px solid #018dd6;
  border-radius: 20px;
  display: block;
  color: #008edc;
  text-align: center;
  float: right;
  line-height: 36px;
}
.preorder--coupon main .app-finish {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 24px 0;
  text-align: center;
  margin: -8px 0 0;
}
.preorder--coupon main .app-finish .resault {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1f;
  position: relative;
  padding: 62px 0 7px 0;
}
.preorder--coupon main .app-finish .resault:before {
  content: "";
  display: block;
  width: 45px;
  height: 43px;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../image/success-transfer.svg);
}
.preorder--coupon main .app-finish .resault:after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #e3e5e7;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: 0;
}
.preorder--coupon main .app-finish .success {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #029e47;
  font-size: 13px;
  margin: 12px 0 9px 0;
}
.preorder--coupon main .app-finish .success:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../image/success1.svg);
}
.preorder--coupon main .app-finish p {
  padding: 0;
  margin: 8px 0 0;
  color: #1a1a1f;
  font-size: 13px;
}
.preorder--coupon main .app-dl {
  margin: 0 15px;
  border-top: 1px solid #e3e5e7;
  padding: 12px 0;
}
.preorder--coupon main .app-dl p {
  font-size: 13px;
  text-align: center;
  color: #1a1a1f;
  margin: 0 0 12px;
}
.preorder--coupon main .app-dl > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preorder--coupon main .app-dl > div a {
  display: block;
  width: calc((100% - 13px) / 2);
}
.preorder--coupon main .app-dl > div img {
  width: 100%;
  height: auto;
}
.preorder--coupon .noback {
  display: block;
  margin: 0 15px;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #ff5f5f;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  z-index: 10;
  border-radius: 20px;
  display: none;
}

.modal-fullscreen {
  padding: 0 !important;
}
.modal-fullscreen:before {
  display: none;
}
.modal-fullscreen .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  width: 100%;
}
.modal-fullscreen .modal-header {
  border-bottom: none;
  padding: 0;
  height: 44px;
}
.modal-fullscreen .modal-header .logo {
  width: calc(100% - 204px);
  height: 44px;
  margin: auto;
  background-image: url(../image/fm_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
  padding: 12px;
}
.modal-fullscreen .modal-footer {
  justify-content: center;
  padding: 20px 22px 30px 22px;
  box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
}
.modal-fullscreen .modal-footer a {
  display: inline-block;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  margin: 0 10px;
  background: #008edc;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
}

.preorder--password main {
  margin: 30% 10% 0 10%;
}
.preorder--password main .caption {
  font-weight: 600;
  text-align: center;
}
.preorder--password main input {
  width: 100%;
  margin: 20px 0 0;
  border-radius: 4px;
  border: solid 1px #0078c8;
  height: 36px;
  text-align: center;
}
.preorder--password main input:focus {
  outline: none;
}

.share-pro-success .title {
  padding: 16px 0;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #363636;
  display: inline-block;
  width: 100%;
  margin: 0 0 8px;
  border-top: 1px solid #D3D3D3;
}
.share-pro-success .title::before {
  content: "";
  display: inline-block;
  text-align: center;
  width: 42px;
  height: 42px;
  background-image: url(../../assets/image/share-success.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.share-pro-success .title p {
  margin: 8px 0 0;
  font-weight: 600;
}
.share-pro-success .title .green-txt {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  color: #36AD1B;
  justify-content: center;
  align-items: center;
  margin: 16px 16px 8px 16px;
  position: relative;
}
.share-pro-success .title .green-txt::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background-image: url(../../assets/image/welfare-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.share-pro-success .title .green-txt::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #D3D3D3;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -25px;
}
.share-pro-success .title .transfer {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #363636;
}
.share-pro-success .title .transfer span {
  color: #0078C8;
  margin: 0 0 0 4px;
}
.share-pro-success .info {
  width: 100%;
  background-color: #fff;
  padding: 16px 16px 8px 16px;
  margin: 0 0 20px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.share-pro-success .info li {
  display: flex;
  margin: 0 0 8px;
  color: #363636;
  font-weight: 400;
  font-size: 14px;
}
.share-pro-success .btn-wrap {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 20px;
}
.share-pro-success .btn-wrap p {
  color: #FC6068;
  font-size: 14px;
  text-align: center;
  margin: 44px 0 17px 0;
}
.share-pro-success .btn-wrap .top {
  display: flex;
  justify-content: space-between;
}
.share-pro-success .btn-wrap .top a {
  display: block;
  font-weight: 600;
  background-color: #36AD1B;
  display: block;
  font-weight: 600;
  width: 48%;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  line-height: 42px;
}
.share-pro-success .btn-wrap .top a:nth-child(2) {
  background-color: #0078C8;
}
.share-pro-success .btn-wrap .record {
  width: 100%;
  border: 1px solid #979797;
  text-align: center;
  line-height: 40px;
  color: #1a1a1f;
  margin: 10px 0 0;
  display: block;
  border-radius: 20px;
}

.sharedproduct {
  background-color: #F4F4F4;
}
.sharedproduct main {
  padding: 0 0 86px;
}
.sharedproduct main .title {
  display: flex;
  padding: 8px 16px;
  font-size: 14px;
  color: #363636;
  font-weight: 500;
  background: #fff;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  margin: 0 0 4px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.sharedproduct main .title p {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.sharedproduct main .title p::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #FC6068;
  margin: 0 4px 0 0;
  border-radius: 10px;
}
.sharedproduct main #prowrap-out {
  background: #fff;
  position: relative;
  width: 100%;
  overflow-y: hidden;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  margin: 0 0 8px;
}
.sharedproduct main #prowrap-out .simplebar-track {
  bottom: 6px;
  width: 90px;
  margin: 0 auto;
  background: #ececec;
  border-radius: 4px;
}
.sharedproduct main #prowrap-out .simplebar-track.simplebar-vertical {
  display: none;
}
.sharedproduct main #prowrap-out .simplebar-track.simplebar-horizontal {
  height: 4px;
}
.sharedproduct main #prowrap-out .simplebar-scrollbar::before {
  height: 4px;
  top: 0;
}
.sharedproduct main #prowrap-out .prowrap {
  position: relative;
  margin: 8px 0 24px 16px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
.sharedproduct main #prowrap-out .prowrap li {
  width: 80px;
  height: 80px;
  position: relative;
  margin: 0 8px 0 0;
  list-style: none;
  flex: 0 0 auto;
  display: list-item;
  text-align: -webkit-match-parent;
}
.sharedproduct main #prowrap-out .prowrap li.soldout::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 100;
  background-image: url(../image/limit.svg);
}
.sharedproduct main #prowrap-out .prowrap li.soldout img {
  opacity: 0.6;
}
.sharedproduct main #prowrap-out .prowrap li .num {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #FC6068;
  border-radius: 8px;
  right: -4px;
  top: -4px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 0.625em;
  letter-spacing: -0.05em;
  z-index: 1;
}
.sharedproduct main #prowrap-out .prowrap li img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.sharedproduct main form {
  padding: 8px 16px 16px 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  margin: 0 0 8px;
  overflow: hidden;
}
.sharedproduct main form .phoneerror {
  color: #fe5354;
  margin: -5px 0 10px 0;
  padding: 0 15px;
  font-size: 0.8125em;
  text-align: right;
  display: none;
  opacity: 0;
}
.sharedproduct main form .phoneerror.active {
  display: block;
  opacity: 1;
}
.sharedproduct main form h2 {
  font-size: 14px;
  color: #363636;
  font-weight: 600;
}
.sharedproduct main form input {
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  margin: 0 0 8px;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  color: #363636;
  outline: none;
}
.sharedproduct main form input.nickname {
  width: calc(100% - 102px);
  margin: 0;
}
.sharedproduct main form input[name=area] {
  width: 34%;
  padding: 0.375rem 0.7rem;
  background-image: url(../image/btn_dropdown.png);
  background-size: 10px 6px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.sharedproduct main form input[name=area]:-moz-read-only {
  background-color: #fff;
}
.sharedproduct main form input[name=area]:read-only {
  background-color: #fff;
}
.sharedproduct main form input[name=mobilenum] {
  width: 63%;
}
.sharedproduct main form .nickname-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 14px;
}
.sharedproduct main form .nickname-wrap button {
  width: 94px;
  height: 40px;
  background: #0078c8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  border: none;
}
.sharedproduct main form .nickname-wrap button:disabled {
  opacity: 0.6;
}
.sharedproduct main form .addbook {
  display: block;
  float: right;
  border-radius: 20px;
  border: 1px solid #0078c8;
  color: #0078c8;
  padding: 2px 11px;
  font-weight: 400;
  font-size: 0.75em;
}
.sharedproduct main .people-wrap {
  position: relative;
  background: #fff;
}
.sharedproduct main .people-wrap .tit {
  padding: 10px 0 8px 16px;
  color: #363636;
  border-bottom: 1px solid #ddd;
  font-size: 0.875em;
  font-weight: 600;
}
.sharedproduct main .people-wrap ul {
  padding: 0;
  margin: 0;
}
.sharedproduct main .people-wrap ul li {
  display: flex;
  justify-content: space-between;
  color: #363636;
  padding: 11px 20px 11px 16px;
  border-bottom: 1px solid #ddd;
}
.sharedproduct main .people-wrap ul li span {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
.sharedproduct main .people-wrap ul li span p {
  margin: 0;
  font-size: 0.875em;
  height: 21px;
}
.sharedproduct main .people-wrap ul li span p.num {
  font-size: 0.75em;
  height: 18px;
}
.sharedproduct main .people-wrap ul li a {
  line-height: 36px;
}
.sharedproduct main .people-wrap ul li a img {
  width: 15px;
}
.sharedproduct footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  padding: 8px 16px;
  border-top: 1px solid #ddd;
}
.sharedproduct footer p {
  color: #F78837;
  font-size: 0.875em;
  text-align: center;
  margin: 0 0 8px;
}
.sharedproduct footer button {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #0078c8;
  border-radius: 20px;
  display: block;
  border: none;
}
.sharedproduct footer button:disabled {
  opacity: 0.6;
}

.shareedit {
  background-color: #F4F4F4;
  overflow-x: hidden;
}
.shareedit main {
  padding: 0 0 81px;
}
.shareedit main form {
  padding: 8px 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  margin: 0 0 12px;
}
.shareedit main form h2 {
  font-size: 14px;
  color: #363636;
  font-weight: 600;
}
.shareedit main form input {
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  margin: 0 0 4px;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  color: #363636;
  outline: none;
}
.shareedit main form input:disabled {
  color: #d3d3d3;
}
.shareedit main .note-wrap {
  position: relative;
  background: #fff;
}
.shareedit main .note-wrap .title {
  padding: 13px 20px 15px 16px;
  font-size: 14px;
  color: #363636;
  border-bottom: 1px solid #D3D3D3;
}
.shareedit main .note-wrap .title::after {
  content: "";
  border: solid #6F6F6F;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 3;
  right: 20px;
  top: 13px;
  position: absolute;
  transition: all 0.6s;
}
.shareedit main .note-wrap .title.active::after {
  transform: rotate(-135deg);
  margin: 7px 5px 0 0;
}
.shareedit main .note-wrap ul {
  padding: 8px 0 0;
  margin: 0 16px 0 36px;
}
.shareedit main .note-wrap ul li {
  list-style: decimal;
  font-size: 14px;
  color: #6F6F6F;
  margin: 0 0 8px;
}
.shareedit footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 25px;
  border-top: 1px solid #D3D3D3;
  z-index: 6000;
  background-color: white;
  padding: 16px 16px 24px 16px;
}
.shareedit footer a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #0078C8;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.reservation-confirm .flow {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 6px 0 5px 0;
  margin: 0 0 12px;
  border-top: 1px solid #ddd;
}
.reservation-confirm .flow div {
  color: #656565;
  align-items: center;
  font-size: 0.75em;
  display: flex;
}
.reservation-confirm .flow div.active {
  color: #1A1A1F;
}
.reservation-confirm .flow div.active::before {
  background: #029E47;
  background: linear-gradient(135deg, #029E47 0%, #7AE8AB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029E47', endColorstr='#7AE8AB',GradientType=1 );
  box-shadow: 0px 3px 5px #dcf2e6;
}
.reservation-confirm .flow div.active:nth-child(2) {
  background-color: #000;
}
.reservation-confirm .flow div::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #C2C6C8;
  border-radius: 20px;
  color: #fff;
  margin: 0 3px 0 0;
  font-size: 0.75em;
}
.reservation-confirm .flow div:nth-child(1)::before {
  content: "1";
}
.reservation-confirm .flow div:nth-child(3)::before {
  content: "2";
}
.reservation-confirm .flow div:nth-child(2) {
  width: 48px;
  height: 1px;
  background-color: #1A1A1F;
  margin: 11px 8px 0 17px;
}
.reservation-confirm .flow div:nth-child(2)::before {
  display: none;
}
.reservation-confirm .info {
  width: 100%;
  background-color: #fff;
  padding: 18px 16px 12px 16px;
  margin: 0 0 12px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.reservation-confirm .info li {
  display: flex;
  margin: 0 0 6px;
  font-weight: 400;
  font-size: 13px;
}
.reservation-confirm .info li span {
  color: #888B94;
}
.reservation-confirm .info li span:nth-child(2) {
  color: #33384D;
}
.reservation-confirm .note {
  position: relative;
  padding: 16px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.reservation-confirm .note h6 {
  font-weight: 600;
  color: #363636;
  font-size: 14px;
}
.reservation-confirm .note ul {
  padding: 0;
  margin: 0 0 0 16px;
}
.reservation-confirm .note ul li {
  font-size: 12px;
  color: #6F6F6F;
  list-style: decimal;
  margin: 0 0 2px;
}
.reservation-confirm .note ul li .red {
  color: #FC6068;
}
.reservation-confirm footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 8.5px;
  border-top: 1px solid #D3D3D3;
  z-index: 1050;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reservation-confirm footer a {
  flex: 1;
  margin: 0 7.5px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background: #D3D3D3;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.reservation-confirm footer a.blue {
  background-color: #0078c8;
}

.reservation-pickup .flow {
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 6px 0 5px 0;
  margin: 0 0 12px;
  border-top: 1px solid #ddd;
}
.reservation-pickup .flow div {
  color: #656565;
  align-items: center;
  font-size: 0.75em;
  display: flex;
}
.reservation-pickup .flow div.active {
  color: #1A1A1F;
}
.reservation-pickup .flow div.active::before {
  background: #029E47;
  background: linear-gradient(135deg, #029E47 0%, #7AE8AB 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029E47', endColorstr='#7AE8AB',GradientType=1 );
  box-shadow: 0px 3px 5px #dcf2e6;
}
.reservation-pickup .flow div.active:nth-child(2) {
  background-color: #000;
}
.reservation-pickup .flow div::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #C2C6C8;
  border-radius: 20px;
  color: #fff;
  margin: 0 3px 0 0;
  font-size: 0.75em;
}
.reservation-pickup .flow div:nth-child(1)::before {
  content: "1";
}
.reservation-pickup .flow div:nth-child(3)::before {
  content: "2";
}
.reservation-pickup .flow div:nth-child(2) {
  width: 48px;
  height: 1px;
  background-color: #1A1A1F;
  margin: 11px 8px 0 17px;
}
.reservation-pickup .flow div:nth-child(2)::before {
  display: none;
}
.reservation-pickup form .people-wrap {
  position: relative;
}
.reservation-pickup form .people-wrap .title {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  color: #1A1A1F;
  font-size: 0.9375em;
  font-weight: 600;
}
.reservation-pickup form .people-wrap .title a {
  color: #008EDC;
  font-size: 0.8125em;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #008EDC;
  display: block;
  font-weight: 400;
  line-height: 22px;
  height: 22px;
  width: 109px;
}
.reservation-pickup form .people-wrap .input-wrap {
  padding: 8px 16px;
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
  position: relative;
}
.reservation-pickup form .people-wrap .input-wrap:nth-child(2) {
  border-top: 1px solid #EAEAEA;
}
.reservation-pickup form .people-wrap .input-wrap label {
  width: 40px;
  margin: 0;
  padding: 0;
  color: #1A1A1F;
  font-size: 0.9375em;
  font-weight: 600;
}
.reservation-pickup form .people-wrap .input-wrap input {
  border: none;
  padding: 0 4px 0 0;
  text-align: right;
  height: 30px;
  outline: none;
  color: #1A1A1F;
}
.reservation-pickup form .people-wrap .input-wrap input::focus {
  outline: none;
}
.reservation-pickup form .people-wrap .input-wrap input::-moz-placeholder {
  font-size: 0.8125em;
  color: #9A9A9A;
}
.reservation-pickup form .people-wrap .input-wrap input::placeholder {
  font-size: 0.8125em;
  color: #9A9A9A;
}
.reservation-pickup form .people-wrap .input-wrap input[name=area] {
  width: 30%;
  padding: 0 1.8rem 0 0;
  background-image: url(../image/btn_dropdown.png);
  background-size: 10px 6px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.reservation-pickup form .people-wrap .input-wrap input[id=validationCustom02] {
  width: 70%;
}
.reservation-pickup form .people-wrap .input-wrap input[id=validationCustom02].active {
  padding: 0 18px 0 0;
}
.reservation-pickup form .people-wrap .input-wrap .clear {
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 18px;
  top: 17px;
  display: none;
  cursor: pointer;
  z-index: 10;
  background-image: url(../image/clear.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.reservation-pickup form .people-wrap .input-wrap .clear.active {
  display: block;
}
.reservation-pickup form .people-wrap .errormobile {
  color: #E52730;
  font-size: 12px;
  font-weight: 400;
  margin: 8px 0 0;
  padding: 0 16px 0 0;
  text-align: right;
}
.reservation-pickup form .people-wrap p {
  padding: 8px 16px 12px 16px;
  font-size: 11px;
  color: #FC6068;
}
.reservation-pickup form .store-wrap {
  position: relative;
}
.reservation-pickup form .store-wrap .title {
  padding: 0 16px;
  color: #1A1A1F;
  font-size: 0.9375em;
  font-weight: 600;
  margin: 0 0 12px;
}
.reservation-pickup form .store-wrap .title p {
  font-size: 11px;
  color: #666;
  padding: 0;
  margin: 0;
}
.reservation-pickup form .store-wrap .input-wrap {
  padding: 8px 16px;
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
  width: 100%;
}
.reservation-pickup form .store-wrap .input-wrap:nth-child(2), .reservation-pickup form .store-wrap .input-wrap:nth-child(4) {
  border-top: 1px solid #EAEAEA;
}
.reservation-pickup form .store-wrap .input-wrap.arrow {
  position: relative;
}
.reservation-pickup form .store-wrap .input-wrap.arrow::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  position: absolute;
  right: 16px;
  top: 18px;
  transform: rotate(135deg);
}
.reservation-pickup form .store-wrap .input-wrap.arrow input {
  padding: 0 12px 0 0;
}
.reservation-pickup form .store-wrap .input-wrap label {
  width: 75px;
  margin: 0;
  padding: 0;
  color: #1A1A1F;
  font-size: 0.875em;
  font-weight: 600;
}
.reservation-pickup form .store-wrap .input-wrap input {
  border: none;
  padding: 0 4px 0 0;
  text-align: right;
  height: 30px;
  outline: none;
  font-size: 13px;
  color: #1A1A1F;
}
.reservation-pickup form .store-wrap .input-wrap input.qty {
  width: 90px;
  text-align: center;
  color: #1A1A1F;
  font-size: 0.875em;
  padding: 0;
}
.reservation-pickup form .store-wrap .input-wrap input::focus {
  outline: none;
}
.reservation-pickup form .store-wrap .input-wrap input::-moz-placeholder {
  color: #9A9A9A;
}
.reservation-pickup form .store-wrap .input-wrap input::placeholder {
  color: #9A9A9A;
}
.reservation-pickup form .store-wrap .input-wrap .qty {
  display: flex;
}
.reservation-pickup form .store-wrap .input-wrap .qty .qtyminus, .reservation-pickup form .store-wrap .input-wrap .qty .qtyplus {
  width: 29px;
  height: 29px;
  border: 1px solid #C2C6C8;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 0;
  font-size: 16px;
  position: relative;
}
.reservation-pickup form .store-wrap .input-wrap .qty .qtyminus::before, .reservation-pickup form .store-wrap .input-wrap .qty .qtyplus::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #1A1A1F;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -7.5px;
}
.reservation-pickup form .store-wrap .input-wrap .qty .qtyplus::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #1A1A1F;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7.5px 0 0 -1px;
}
.reservation-pickup form .store-wrap .store-info {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 16px 16px 13px 16px;
}
.reservation-pickup form .store-wrap .store-info .info {
  font-size: 13px;
  line-height: 18px;
  color: #1A1A1F;
  padding: 0 0 0 20px;
  font-weight: 600;
}
.reservation-pickup form .store-wrap .store-info .info::before {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  background-image: url(../image/store-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.reservation-pickup form .store-wrap .store-info .info p {
  padding: 0;
  margin: 0 0 0 -20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}
.reservation-pickup form .store-wrap .store-info a.store-add {
  color: #008EDC;
  font-size: 0.75em;
  width: 109px;
  border-radius: 15px;
  border: 1px solid #008EDC;
  display: block;
  font-weight: 400;
  float: right;
  height: 22px;
  line-height: 22px;
  text-align: center;
}
.reservation-pickup footer {
  position: fixed;
  background: #fff;
  left: 0;
  bottom: 0;
  width: 100vw;
  padding: 20px 23px 40px 23px;
  border-top: 1px solid #E1E3E6;
}
.reservation-pickup footer button {
  width: 100%;
  height: 40px;
  background: #0078c8;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.store-common {
  position: fixed;
  width: 100%;
  background: #fff;
  bottom: 0;
  padding: 0;
  min-height: 480px;
  z-index: 6011;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: translateY(100%);
  transition: transform 300ms ease;
}
.store-common.active {
  transform: translateY(0);
}
.store-common .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 18px;
  display: block;
}
.store-common .close:before, .store-common .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 1.5px;
  background-color: #666;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  border-radius: 4px;
}
.store-common .close:after {
  transform: rotate(-45deg);
}
.store-common .header {
  border-bottom: 1px solid #e3e5e7;
  display: flex;
  padding: 15px 0 15px 0;
}
.store-common .header h5 {
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}
.store-common .container {
  overflow: hidden;
  padding: 0;
  max-height: 300px;
  overflow-y: scroll;
}
.store-common .container ul {
  padding: 0;
  margin: 19px 16px 0 16px;
}
.store-common .container ul li {
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
}
.store-common .container ul li.active .checkbox {
  border: none;
  background-image: url(../image/icon_checkbox_active@3x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.store-common .container ul li .checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #C2C6C8;
  border-radius: 10px;
  float: left;
  margin: 0 12px 0 0;
}
.store-common .container ul li span {
  width: calc(100% - 60px);
  font-weight: 600;
  font-size: 15px;
  color: #1A1A1F;
  float: left;
}
.store-common .container ul li span p {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  padding: 0;
  margin: 0;
}
.store-common .container ul li .del {
  color: #FE5354;
  font-weight: 400;
  font-size: 13px;
  float: right;
  margin: 10px 0 0;
}
.store-common .bbtn {
  border-top: 1px solid #D3D3D3;
  padding: 20px 24px 40px 24px;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.store-common .bbtn a {
  background: #0078C8;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  height: 40px;
  width: 100%;
  line-height: 40px;
  display: block;
}

.reservation-pickup .ui-datepicker-buttonpane {
  display: none;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 1px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #0078c8;
  border-radius: 7px;
  width: 4px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.otp {
  margin: 24px 24px 0 24px;
}
.otp p {
  padding: 0;
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 14px;
  color: #2c2c2c;
}
.otp .input-wrap {
  position: relative;
  display: block;
  margin: 0 0 40px;
}
.otp .input-wrap input {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  border: 0.5px solid #C9C9C9;
  padding: 4px 8px 4px 12px;
}
.otp .input-wrap input.active {
  padding: 4px 26px 4px 12px;
}
.otp .input-wrap input:focus {
  outline: none;
}
.otp .input-wrap .clear {
  width: 13.33px;
  height: 13.33px;
  position: absolute;
  right: 9.33px;
  top: 13.33px;
  display: none;
  cursor: pointer;
  z-index: 10;
  background-image: url(../image/clear.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.otp .input-wrap .clear.active {
  display: block;
}
.otp .input-wrap p {
  padding: 2px 12px;
  margin: 0;
  color: #E52730;
  font-size: 12px;
  font-weight: 400;
  display: none;
}
.otp .input-wrap.error input {
  border-color: #E52730;
}
.otp .input-wrap.error p {
  display: block;
}
.otp .btn-wrap {
  position: relative;
}
.otp .btn-wrap .btn {
  width: 100%;
  height: 40px;
  display: block;
  border-radius: 40px;
  background: #0078c8;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 16px;
  font-size: 16px;
}
.otp .btn-wrap .btn:disabled {
  opacity: 0.3;
}
.otp .btn-wrap > p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  color: #909090;
  font-weight: 400;
  text-align: center;
}

.preorder--reservationinquiry {
  background-color: #F4F4F4;
  padding-top: 44px;
}
.preorder--reservationinquiry .nav-mainwrap {
  position: relative;
}
.preorder--reservationinquiry .nav-mainwrap h2 {
  font-weight: 600;
  font-size: 0.875em;
  display: none;
}
.preorder--reservationinquiry .nav-mainwrap::before {
  content: "";
  display: block;
  width: 40px;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: #fff;
}
.preorder--reservationinquiry .nav-mainwrap .arrow {
  transition: all 0.4s;
  width: 40px;
  height: 56px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.preorder--reservationinquiry .nav-mainwrap .arrow::before {
  content: "";
  border: solid #6F6F6F;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 3;
  left: 15px;
  top: 20px;
  position: absolute;
  transition: all 0.6s;
}
.preorder--reservationinquiry .nav-mainwrap.active {
  background: #fff;
  position: absolute;
  top: 44px;
  z-index: 999;
  border-radius: 0px 0px 20px 20px;
}
.preorder--reservationinquiry .nav-mainwrap.active::before {
  height: 34px;
}
.preorder--reservationinquiry .nav-mainwrap.active .nav-wrap {
  width: 100%;
}
.preorder--reservationinquiry .nav-mainwrap.active h2 {
  display: block;
  padding: 10px 0 10px 8px;
  margin: 0;
}
.preorder--reservationinquiry .nav-mainwrap.active .arrow::before {
  transform: rotate(-135deg);
}
.preorder--reservationinquiry .nav-mainwrap.active .nav-pills {
  white-space: inherit;
  height: auto;
  padding: 0 0 8px;
  border-top: 1px solid #E3E5E7;
}
.preorder--reservationinquiry .nav-wrap {
  width: calc(100% - 40px);
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
}
.preorder--reservationinquiry .nav-wrap .nav-pills {
  transition: all 0.6s;
  padding: 0;
  display: inline-block;
  white-space: nowrap;
  height: 56px;
  margin: 0 0 0 8px;
}
.preorder--reservationinquiry .nav-wrap .nav-pills .nav-item {
  background: #fff;
  border-radius: 20px;
  list-style: none;
  display: inline-block;
  overflow: inherit;
  margin: 8px 8px 0 0;
}
.preorder--reservationinquiry .nav-wrap .nav-pills .nav-item:last-child {
  margin: 8px 0 0;
}
.preorder--reservationinquiry .nav-wrap .nav-pills .nav-link {
  color: #363636;
  font-weight: 300;
  border-radius: 20px;
  text-align: center;
  display: block;
  padding: 8px 24px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.preorder--reservationinquiry .nav-wrap .nav-pills .nav-link.active {
  color: #fff;
  background: #0078c8;
  font-weight: bold;
}
.preorder--reservationinquiry .tab-content {
  width: 100%;
  float: left;
}
.preorder--reservationinquiry .tab-content .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item {
  padding: 0;
  border: none;
  margin: 0 0 15px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body {
  margin: 15px 12px 0px 12px;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .flowbtn {
  position: absolute;
  right: 12px;
  bottom: 6px;
  display: block;
  padding: 2px 10px;
  border-radius: 20px;
  background: linear-gradient(to right, #048dd6 0%, #5ebfff 100%);
  border: none;
  color: #fff;
  width: auto;
  height: 22px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card {
  border-radius: 0;
  border: none;
  flex-direction: row;
  border-bottom: 1px solid #e4e6e8;
  display: flex;
  padding: 8px 0 0;
  margin: 0;
  align-items: center;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 8px 10px 0;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .imgwrap {
  margin: 0 8px 10px 0;
  width: 80px;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .imgwrap img {
  margin: 0;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .imgwrap .cancel-btn {
  position: relative;
  margin: 8px 0 0;
  width: auto;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  color: #fff;
  background: rgb(4, 141, 214);
  background: linear-gradient(to right, rgb(4, 141, 214) 0%, rgb(94, 191, 255) 35%, rgb(94, 191, 255) 65%, rgb(4, 141, 214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#048dd6', endColorstr='#048dd6',GradientType=1 );
  box-shadow: 0 4px 6px #a6d0ec;
  text-align: center;
  font-size: 15px;
  padding: 0;
  box-shadow: none;
  display: block;
  background: linear-gradient(to right, rgb(4, 141, 214) 0%, rgb(94, 191, 255) 100%);
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .txt {
  width: calc(100% - 75px);
  display: flex;
  justify-content: space-between;
  padding: 0 0 8px;
  position: relative;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .txt h5 {
  font-size: 0.875em;
  margin: 0;
  color: #363636;
  text-align: left;
  font-weight: 600;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .txt .re {
  background: #F8FFFB;
  border-radius: 4px;
  color: #36AD1B;
  display: inline-block;
  cursor: pointer;
  font-size: 0.75em;
  padding: 2px 4px;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .txt p {
  padding: 0;
  margin: 0;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .txt ul {
  margin: 2px 0 0;
  padding: 0;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .txt ul li {
  list-style: none;
  color: #666;
  font-size: 0.75em;
  margin: 0;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .txt ul li.orange {
  color: #F78837;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .txt ul li span {
  width: 50px;
  display: block;
  float: left;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .txt ul li:last-child {
  margin: 0;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card .txt .status {
  color: #F78837;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 0;
  border: none;
  width: auto;
  height: auto;
  cursor: pointer;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card-footer {
  background: #fff;
  margin: 0;
  padding: 8px 0;
  border: none;
}
.preorder--reservationinquiry .tab-content .list-group .list-group-item .group-body .card-footer a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 22px;
  cursor: pointer;
  border: 1px solid #363636;
  color: #363636;
  border-radius: 50px;
  margin: 0 0 0 8px;
}
.preorder--reservationinquiry .tab-content .empty {
  text-align: center;
  display: none;
  margin: 30% 0 0;
}
.preorder--reservationinquiry .tab-content .empty img {
  width: 30%;
  height: auto;
}
.preorder--reservationinquiry .tab-content .empty p {
  color: #656565;
  font-size: 1.3125em;
  padding: 0;
  margin: 25px 0 36px 0;
}
.preorder--reservationinquiry .tab-content .empty a {
  width: 110px;
  height: 40px;
  display: block;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: rgb(0, 125, 205);
  background: linear-gradient(to right, rgb(0, 125, 205) 0%, rgb(78, 182, 246) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007dcd', endColorstr='#4eb6f6',GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
  margin: 0 auto;
}

.barcodemodal .modal-header, .storemodal .modal-header, .detailmodal .modal-header, .cancelmodal .modal-header {
  text-align: center;
  border-bottom: none;
  padding: 1rem 1rem 0.5rem 1rem;
  border-bottom: none;
}
.barcodemodal .modal-header .btn-close, .storemodal .modal-header .btn-close, .detailmodal .modal-header .btn-close, .cancelmodal .modal-header .btn-close {
  position: absolute;
  right: 1rem;
}
.barcodemodal .modal-body, .storemodal .modal-body, .detailmodal .modal-body, .cancelmodal .modal-body {
  padding: 15px 10px;
}
.barcodemodal .modal-body img, .storemodal .modal-body img, .detailmodal .modal-body img, .cancelmodal .modal-body img {
  width: 100%;
  margin: 0 0 20px;
}
.barcodemodal .modal-body img:last-child, .storemodal .modal-body img:last-child, .detailmodal .modal-body img:last-child, .cancelmodal .modal-body img:last-child {
  margin: 0;
}

.cancelmodal .modal-header {
  padding: 0;
  height: 44px;
  line-height: 44px;
}
.cancelmodal .modal-header .modal-title {
  font-size: 1em;
}
.cancelmodal .modal-body {
  background: #F4F4F4;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
}
.cancelmodal .modal-body ul {
  padding: 0 0 5px;
  margin: 10px 0 0;
  background: #fff;
  overflow: hidden;
}
.cancelmodal .modal-body ul li {
  padding: 4px 16px;
}
.cancelmodal .modal-body ul li.tit {
  padding: 10px 0 8px 16px;
  color: #363636;
  border-bottom: 1px solid #ddd;
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 5px;
}
.cancelmodal .modal-body ul li.protit {
  font-weight: 600;
}
.cancelmodal .modal-body ul li {
  font-size: 14px;
  font-weight: bold;
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 19px;
  font-weight: 400;
}
.cancelmodal .modal-body form {
  background: #fff;
  padding: 10px 16px;
  margin: 10px 0 0;
}
.cancelmodal .modal-body form label {
  color: #363636;
  font-size: 0.875em;
  font-weight: 600;
}
.cancelmodal .modal-body form textarea:focus, .cancelmodal .modal-body form select:focus {
  outline: none;
}
.cancelmodal .modal-body form .col-12 {
  display: flex;
  justify-content: center;
}
.cancelmodal .modal-body form .col-12 .btn {
  display: inline-block;
  margin: 5px 5px 0 5px;
  width: 110px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #c3c7c9;
  box-shadow: none;
  background-image: none;
  padding: 0;
}
.cancelmodal .modal-body form .col-12 .btn.btn-primary {
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007dcd", endColorstr="#4eb6f6",GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}
.cancelmodal .modal-body form p {
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0.8px;
  line-height: 22px;
  padding: 0;
  margin: 0 0 24px;
}

.detailmodal .modal-body {
  padding: 15px 20px 0 20px;
}
.detailmodal .modal-body span, .detailmodal .modal-body .note {
  text-align: left;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 0 0 12px;
}
.detailmodal .modal-body ul {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e4e6e8;
}
.detailmodal .modal-body ul li {
  border-top: 1px solid #e4e6e8;
  padding: 12px 0;
  list-style: none;
}
.detailmodal .modal-body ul li p {
  padding: 0;
  margin: 0 0 8px;
  display: flex;
  flex-direction: column;
  font-size: 1.125em;
  font-weight: 600;
}
.detailmodal .modal-body ul li p:last-child {
  margin: 0;
}
.detailmodal .modal-body ul li p span {
  font-size: 0.777777em;
  text-align: center;
  margin: 8px 0 0;
  padding: 0;
  font-weight: 400;
}
.detailmodal .modal-body .note {
  padding: 12px 0;
  font-size: 0.75em;
  line-height: 160%;
}
.detailmodal .modal-footer a {
  display: block;
  background: #0078c8;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 600;
  margin: 0 auto;
}

.preorder--reservationmanage {
  background-color: #F4F4F4;
  padding-top: 44px;
}
.preorder--reservationmanage .nav-mainwrap {
  position: relative;
  box-shadow: 0px 0.5px 0px 0px rgb(201, 201, 201);
}
.preorder--reservationmanage .nav-mainwrap h2 {
  font-weight: 600;
  font-size: 0.875em;
  display: none;
}
.preorder--reservationmanage .nav-mainwrap .arrow {
  transition: all 0.4s;
  width: 32px;
  height: 44px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  background: #fff;
  box-shadow: -6px 0px 8px -2px rgba(0, 0, 0, 0.06);
}
.preorder--reservationmanage .nav-mainwrap .arrow::before {
  content: "";
  border: solid #6F6F6F;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 3;
  left: 12px;
  top: 15px;
  position: absolute;
  transition: all 0.6s;
}
.preorder--reservationmanage .nav-mainwrap.active {
  background: #fff;
  position: absolute;
  top: 44px;
  z-index: 999;
  border-radius: 0px 0px 20px 20px;
}
.preorder--reservationmanage .nav-mainwrap.active::before {
  height: 34px;
}
.preorder--reservationmanage .nav-mainwrap.active .nav-wrap {
  width: 100%;
}
.preorder--reservationmanage .nav-mainwrap.active h2 {
  display: block;
  padding: 10px 0 10px 8px;
  margin: 0;
}
.preorder--reservationmanage .nav-mainwrap.active .arrow::before {
  transform: rotate(-135deg);
}
.preorder--reservationmanage .nav-mainwrap.active .nav-pills {
  white-space: inherit;
  height: auto;
  padding: 0 0 8px;
  border-top: 1px solid #E3E5E7;
}
.preorder--reservationmanage .class-wrap {
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 1px 0px 0px rgb(201, 201, 201);
}
.preorder--reservationmanage .class-wrap .bg {
  width: 100%;
  height: calc(100vh - 88px);
  position: fixed;
  left: 0;
  top: 88px;
  z-index: 1;
  transition: all 0.6s;
  display: none;
}
.preorder--reservationmanage .class-wrap .bg.active {
  background: rgba(0, 0, 0, 0.5);
  display: block;
}
.preorder--reservationmanage .class-wrap .arrow {
  transition: all 0.4s;
  width: 32px;
  height: 44px;
  display: block;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: 100;
  cursor: pointer;
  display: block;
}
.preorder--reservationmanage .class-wrap ul {
  padding: 16px 12px 0 12px;
  background: #fff;
  margin: 0;
  display: none;
  z-index: 2;
  position: absolute;
}
.preorder--reservationmanage .class-wrap ul li {
  margin: 0 12px 16px 0;
  float: left;
}
.preorder--reservationmanage .class-wrap ul li.active a {
  border: 1px solid rgb(0, 120, 200);
  color: #0078c8;
  background: rgb(241, 250, 255);
}
.preorder--reservationmanage .class-wrap ul li a {
  display: block;
  border: 0.5px solid rgb(172, 172, 172);
  font-weight: 400;
  font-size: 0.875em;
  color: #2c2c2c;
  padding: 3.26px 8.44px;
  border-radius: 4px;
}
.preorder--reservationmanage .nav-wrap {
  width: calc(100% - 32px);
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
  background: #fff;
}
.preorder--reservationmanage .nav-wrap .nav-pills {
  transition: all 0.6s;
  padding: 0;
  display: inline-block;
  white-space: nowrap;
  margin: 0;
}
.preorder--reservationmanage .nav-wrap .nav-pills .nav-item {
  background: #fff;
  position: relative;
  list-style: none;
  display: inline-block;
  overflow: inherit;
  margin: 0;
}
.preorder--reservationmanage .nav-wrap .nav-pills .nav-link {
  color: #909090;
  font-weight: 500;
  padding: 4px 12px;
  text-align: center;
  display: block;
  line-height: 36px;
  border-radius: 0;
}
.preorder--reservationmanage .nav-wrap .nav-pills .nav-link.active {
  color: #0078c8;
  background: #fff;
  box-shadow: 0px -1.5px 0px 0px rgb(0, 120, 200) inset;
}
.preorder--reservationmanage .nav-wrap .nav-pills .nav-link.red {
  position: relative;
}
.preorder--reservationmanage .nav-wrap .nav-pills .nav-link.red:before {
  content: "";
  display: block;
  position: absolute;
  background: rgb(229, 39, 48);
  width: 6px;
  height: 6px;
  border-radius: 6px;
  right: 10px;
  top: 5px;
}
.preorder--reservationmanage .tab-content {
  width: calc(100% - 16px);
  float: left;
  margin: 12px 8px 0 8px;
}
.preorder--reservationmanage .tab-content .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item {
  padding: 0;
  border: none;
  margin: 0 0 8px 0;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body {
  margin: 12px;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .flowbtn {
  position: absolute;
  right: 12px;
  bottom: 6px;
  display: block;
  padding: 2px 10px;
  border-radius: 20px;
  background: linear-gradient(to right, #048dd6 0%, #5ebfff 100%);
  border: none;
  color: #fff;
  width: auto;
  height: 22px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card-header span {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: rgb(144, 144, 144);
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card-header p {
  border-radius: 4px;
  border: 1px solid rgb(201, 201, 201);
  color: #4b4b4b;
  font-weight: 400;
  padding: 0 2px;
  margin: 0;
  font-size: 0.75em;
  background: rgb(245, 245, 245);
  line-height: 18px;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card {
  border-radius: 0;
  border: none;
  flex-direction: row;
  display: flex;
  padding: 8px 0 8.5px 0;
  margin: 0;
  align-items: center;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card.notpicked .checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid rgb(111, 111, 111);
  border-radius: 4px;
  margin: 0 8px 0 0;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card.notpicked .txt {
  width: calc(100% - 94px);
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card.checked .checkbox {
  background-color: rgb(0, 120, 200);
  border: none;
  background-image: url(../image/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 8px 0 0;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card .imgwrap {
  width: 60px;
  margin: 0 8px 0 0;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card .txt {
  width: calc(100% - 68px);
  position: relative;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card .txt ul {
  padding: 0;
  margin: 0;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card .txt ul li {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  list-style: none;
  margin: 0 0 2px 0;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card .txt ul li.orange {
  color: rgb(239, 101, 0);
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card .txt ul li.gray {
  color: rgb(111, 111, 111);
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card .txt ul li:last-child {
  margin: 0;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card-footer {
  background: #fff;
  margin: 0;
  padding: 8px 0 0;
  border: none;
  position: relative;
  border-radius: 0;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card-footer:before {
  content: "";
  display: block;
  width: calc(100% + 24px);
  position: absolute;
  left: -12px;
  top: 0;
  height: 1px;
  background: rgb(201, 201, 201);
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card-footer .detail {
  color: #0078c8;
  font-weight: 400;
  font-size: 0.875em;
  display: block;
  line-height: 20px;
  padding: 0;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card-footer .detail:after {
  display: block;
  content: "";
  width: 20px;
  height: 11.93px;
  background-image: url(../image/arrow-detail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card-footer ul {
  padding: 0;
  margin: 0;
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card-footer ul li {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  margin: 0 0 2px;
  list-style: none;
  color: rgb(75, 75, 75);
}
.preorder--reservationmanage .tab-content .list-group .list-group-item .group-body .card-footer ul li.s {
  color: rgb(111, 111, 111);
  font-size: 0.75em;
}
.preorder--reservationmanage .tab-content .empty {
  text-align: center;
  display: none;
  margin: 30% 0 0;
}
.preorder--reservationmanage .tab-content .empty img {
  width: 30%;
  height: auto;
}
.preorder--reservationmanage .tab-content .empty p {
  color: #2c2c2c;
  font-size: 1.125em;
  padding: 0;
  margin: 8px 0 0;
  font-weight: 500;
}
.preorder--reservationmanage .tab-content .footer-btn {
  background: #fff;
  padding: 8px 12px 4px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.preorder--reservationmanage .tab-content .footer-btn button {
  display: block;
  border: 1px solid rgb(144, 144, 144);
  padding: 5px 16px;
  font-weight: 500;
  border-radius: 100px;
  font-size: 0.875em;
  color: #4B4B4B;
  line-height: 24px;
  background: #fff;
}
.preorder--reservationmanage .tab-content .footer-btn button:disabled {
  opacity: 0.3;
}

.barcodemodal .modal-header, .storemodal .modal-header, .detailmodal .modal-header, .cancelmodal .modal-header {
  text-align: center;
  border-bottom: none;
  padding: 1rem 1rem 0.5rem 1rem;
  border-bottom: none;
}
.barcodemodal .modal-header .btn-close, .storemodal .modal-header .btn-close, .detailmodal .modal-header .btn-close, .cancelmodal .modal-header .btn-close {
  position: absolute;
  right: 1rem;
}
.barcodemodal .modal-body, .storemodal .modal-body, .detailmodal .modal-body, .cancelmodal .modal-body {
  padding: 15px 10px;
}
.barcodemodal .modal-body img, .storemodal .modal-body img, .detailmodal .modal-body img, .cancelmodal .modal-body img {
  width: 100%;
  margin: 0 0 20px;
}
.barcodemodal .modal-body img:last-child, .storemodal .modal-body img:last-child, .detailmodal .modal-body img:last-child, .cancelmodal .modal-body img:last-child {
  margin: 0;
}

.cancelmodal .modal-header {
  padding: 0;
  height: 44px;
  line-height: 44px;
}
.cancelmodal .modal-header .modal-title {
  font-size: 1em;
}
.cancelmodal .modal-body {
  background: #F4F4F4;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
}
.cancelmodal .modal-body ul {
  padding: 0 0 5px;
  margin: 10px 0 0;
  background: #fff;
  overflow: hidden;
}
.cancelmodal .modal-body ul li {
  padding: 4px 16px;
}
.cancelmodal .modal-body ul li.tit {
  padding: 10px 0 8px 16px;
  color: #363636;
  border-bottom: 1px solid #ddd;
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 5px;
}
.cancelmodal .modal-body ul li.protit {
  font-weight: 600;
}
.cancelmodal .modal-body ul li {
  font-size: 14px;
  font-weight: bold;
  color: #4A4A4A;
  letter-spacing: 1px;
  line-height: 19px;
  font-weight: 400;
}
.cancelmodal .modal-body form {
  background: #fff;
  padding: 10px 16px;
  margin: 10px 0 0;
}
.cancelmodal .modal-body form label {
  color: #363636;
  font-size: 0.875em;
  font-weight: 600;
}
.cancelmodal .modal-body form textarea:focus, .cancelmodal .modal-body form select:focus {
  outline: none;
}
.cancelmodal .modal-body form .col-12 {
  display: flex;
  justify-content: center;
}
.cancelmodal .modal-body form .col-12 .btn {
  display: inline-block;
  margin: 5px 5px 0 5px;
  width: 110px;
  height: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #c3c7c9;
  box-shadow: none;
  background-image: none;
  padding: 0;
}
.cancelmodal .modal-body form .col-12 .btn.btn-primary {
  background: linear-gradient(to right, #007dcd 0%, #4eb6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007dcd", endColorstr="#4eb6f6",GradientType=1 );
  box-shadow: 0 2px 5px #a6d0ec;
}
.cancelmodal .modal-body form p {
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0.8px;
  line-height: 22px;
  padding: 0;
  margin: 0 0 24px;
}

.detailmodal .modal-body {
  padding: 15px 20px 0 20px;
}
.detailmodal .modal-body span, .detailmodal .modal-body .note {
  text-align: left;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 0 0 12px;
}
.detailmodal .modal-body ul {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e4e6e8;
}
.detailmodal .modal-body ul li {
  border-top: 1px solid #e4e6e8;
  padding: 12px 0;
  list-style: none;
}
.detailmodal .modal-body ul li p {
  padding: 0;
  margin: 0 0 8px;
  display: flex;
  flex-direction: column;
  font-size: 1.125em;
  font-weight: 600;
}
.detailmodal .modal-body ul li p:last-child {
  margin: 0;
}
.detailmodal .modal-body ul li p span {
  font-size: 0.777777em;
  text-align: center;
  margin: 8px 0 0;
  padding: 0;
  font-weight: 400;
}
.detailmodal .modal-body .note {
  padding: 12px 0;
  font-size: 0.75em;
  line-height: 160%;
}
.detailmodal .modal-footer a {
  display: block;
  background: #0078c8;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 600;
  margin: 0 auto;
}

.preorder--reservationreceive {
  background-color: #F5F5F5;
  padding-top: 44px;
}
.preorder--reservationreceive main {
  padding: 24px 16px;
  background: #fff;
}
.preorder--reservationreceive main p {
  padding: 0;
  margin: 0;
  color: #909090;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  text-align: center;
}
.preorder--reservationreceive main .store {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  color: #2c2c2c;
  text-align: center;
  display: block;
}
.preorder--reservationreceive main img {
  width: 200px;
  height: auto;
  margin: 16px auto;
}
.preorder--reservationreceive main .btn-set {
  position: relative;
}
.preorder--reservationreceive main .btn-set a {
  flex: 1;
  border: 1px solid rgb(144, 144, 144);
  font-family: PingFang TC;
  font-weight: 500;
  color: #4b4b4b;
  font-size: 0.875em;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
  margin: 0 8px 0 0;
}
.preorder--reservationreceive main .btn-set a:last-child {
  margin: 0;
}
.preorder--reservationreceive main .btn-set a.blue {
  border: 1px solid rgb(35, 145, 218);
  color: #0078c8;
}

.preorder--reservationdetail {
  background-color: #F5F5F5;
  padding-top: 44px;
}
.preorder--reservationdetail main {
  padding: 8px 12px;
}
.preorder--reservationdetail main .info {
  padding: 12px 0;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 8px;
}
.preorder--reservationdetail main .info .info-header {
  padding: 0 12px;
  background-color: transparent;
  border-bottom: none;
}
.preorder--reservationdetail main .info .info-header span {
  color: #4b4b4b;
  font-weight: 500;
  font-size: 1em;
}
.preorder--reservationdetail main .info .info-header p {
  border: 1px solid rgb(201, 201, 201);
  border-radius: 4px;
  color: #4b4b4b;
  font-weight: 400;
  padding: 2px 8px;
  font-size: 0.75em;
  margin: 0;
}
.preorder--reservationdetail main .info .info-body {
  border-radius: 0;
  border: none;
  flex-direction: row;
  display: flex;
  padding: 12px;
  margin: 0;
  align-items: center;
}
.preorder--reservationdetail main .info .info-body img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 8px 0 0;
  border-radius: 3.33px;
  border: 1px solid rgb(201, 201, 201);
}
.preorder--reservationdetail main .info .info-body .imgwrap {
  width: 80px;
  margin: 0 8px 0 0;
}
.preorder--reservationdetail main .info .info-body .txt {
  width: calc(100% - 88px);
  position: relative;
}
.preorder--reservationdetail main .info .info-body .txt span {
  font-weight: 400;
  color: #363636;
  font-size: 0.875em;
  margin: 0 0 4px;
}
.preorder--reservationdetail main .info .info-body .txt ul {
  padding: 4px 8px;
  margin: 0;
  background: rgb(255, 243, 235);
  border-radius: 4px;
  display: inline-block;
}
.preorder--reservationdetail main .info .info-body .txt ul li {
  color: #ef6500;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  margin: 0;
  list-style: none;
}
.preorder--reservationdetail main .info .info-footer {
  background: #fff;
  margin: 0;
  padding: 12px 12px 0 12px;
  border: none;
  position: relative;
  border-radius: 0;
}
.preorder--reservationdetail main .info .info-footer:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background: #C9C9C9;
}
.preorder--reservationdetail main .info .info-footer .detail {
  color: #0078c8;
  font-weight: 400;
  font-size: 0.875em;
  display: block;
  line-height: 20px;
  padding: 0;
}
.preorder--reservationdetail main .info .info-footer .detail:after {
  display: block;
  content: "";
  width: 20px;
  height: 11.93px;
  background-image: url(../image/arrow-detail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.preorder--reservationdetail main .info .info-footer ul {
  padding: 0;
  margin: 0;
}
.preorder--reservationdetail main .info .info-footer ul li {
  font-weight: 400;
  font-size: 1em;
  line-height: 20px;
  margin: 0 0 2px;
  list-style: none;
  color: #4b4b4b;
}
.preorder--reservationdetail main .info .info-footer ul li.s {
  color: rgb(111, 111, 111);
  font-size: 0.875em;
}
.preorder--reservationdetail main .logistics {
  position: relative;
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  margin: 0 0 8px;
}
.preorder--reservationdetail main .logistics span {
  color: #4b4b4b;
  font-weight: 500;
  font-size: 1em;
}
.preorder--reservationdetail main .logistics .detail {
  color: #0078c8;
  font-weight: 400;
  font-size: 0.875em;
  display: block;
  line-height: 20px;
  padding: 0;
}
.preorder--reservationdetail main .logistics .detail:after {
  display: block;
  content: "";
  width: 20px;
  height: 11.93px;
  background-image: url(../image/arrow-detail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.preorder--reservationdetail main .order {
  position: relative;
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
}
.preorder--reservationdetail main .order .modify {
  color: #4b4b4b;
  font-weight: 400;
  font-size: 0.875em;
  text-align: right;
  margin: 9px 0 0;
}
.preorder--reservationdetail main .order span {
  color: #4b4b4b;
  font-weight: 500;
  font-size: 1em;
  margin: 0 0 9px;
  line-height: 24px;
  display: block;
}
.preorder--reservationdetail main .order ul {
  padding: 0;
  margin: 0;
}
.preorder--reservationdetail main .order ul li {
  margin: 0 0 4px;
  list-style: none;
}
.preorder--reservationdetail main .order ul li span {
  font-weight: 400;
  color: #909090;
  font-size: 0.875em;
  padding: 0;
  margin: 0;
  line-height: 20px;
}
.preorder--reservationdetail main .order ul li p {
  padding: 0;
  margin: 0;
  color: #4b4b4b;
  font-weight: 400;
  font-size: 0.875em;
}
.preorder--reservationdetail main .order .btn-wrap {
  position: relative;
  margin: 9px 0 0;
}
.preorder--reservationdetail main .order .btn-wrap button {
  border: 1px solid rgb(144, 144, 144);
  display: block;
  padding: 5px 16px;
  color: #4b4b4b;
  font-weight: 500;
  font-size: 0.875em;
  margin: 0 0 0 12px;
  border-radius: 30px;
  background: #fff;
}
.preorder--reservationdetail main .order .btn-wrap button:disabled {
  opacity: 0.3;
}

.preorder--reservationmodify {
  background-color: #F5F5F5;
  padding-top: 44px;
}
.preorder--reservationmodify main {
  padding: 8px 12px;
}
.preorder--reservationmodify main .info {
  padding: 12px 0;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 8px;
}
.preorder--reservationmodify main .info .info-header {
  padding: 0 12px;
  background-color: transparent;
  border-bottom: none;
}
.preorder--reservationmodify main .info .info-header span {
  color: #4b4b4b;
  font-weight: 500;
  font-size: 1em;
}
.preorder--reservationmodify main .info .info-body {
  border-radius: 0;
  border: none;
  flex-direction: row;
  display: flex;
  padding: 12px 12px 0 12px;
  margin: 0;
  align-items: center;
}
.preorder--reservationmodify main .info .info-body img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 8px 0 0;
  border-radius: 3.33px;
  border: 1px solid rgb(201, 201, 201);
}
.preorder--reservationmodify main .info .info-body .imgwrap {
  width: 80px;
  margin: 0 8px 0 0;
}
.preorder--reservationmodify main .info .info-body .txt {
  width: calc(100% - 88px);
  position: relative;
}
.preorder--reservationmodify main .info .info-body .txt span {
  font-weight: 400;
  color: #363636;
  font-size: 0.875em;
  margin: 0 0 4px;
}
.preorder--reservationmodify main .info .info-body .txt ul {
  padding: 0;
  margin: 4px 0 0;
  display: inline-block;
}
.preorder--reservationmodify main .info .info-body .txt ul li {
  color: #6F6F6F;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
  margin: 0 0 4px;
}
.preorder--reservationmodify main .storewrap {
  position: relative;
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  margin: 0 0 8px;
}
.preorder--reservationmodify main .storewrap.date .title span:before {
  background-image: url(../image/date-icon.svg);
  margin: 0 4px 0 0;
}
.preorder--reservationmodify main .storewrap .title {
  margin: 0 0 8px;
}
.preorder--reservationmodify main .storewrap .title span {
  color: #4b4b4b;
  font-weight: 500;
  font-size: 1em;
  display: flex;
}
.preorder--reservationmodify main .storewrap .title span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../image/store-icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.preorder--reservationmodify main .storewrap .title .detail {
  color: #0078c8;
  font-weight: 400;
  font-size: 0.875em;
  display: block;
  line-height: 20px;
  padding: 0;
}
.preorder--reservationmodify main .storewrap .title .detail:after {
  display: block;
  content: "";
  width: 20px;
  height: 11.93px;
  background-image: url(../image/arrow-detail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.preorder--reservationmodify main .storewrap .storevalue p {
  color: #4b4b4b;
  font-weight: 400;
  margin: 0 0 2px;
  padding: 0;
}
.preorder--reservationmodify main .storewrap .storevalue .add {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.875em;
}
.preorder--reservationmodify main .storewrap .storevalue input {
  border: none;
  color: #4b4b4b;
  font-weight: 400;
  font-size: 1em;
  line-height: 24px;
}
.preorder--reservationmodify main .numwrap {
  position: relative;
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  color: #4b4b4b;
  font-weight: 500;
  font-size: 1em;
  display: flex;
}
.preorder .ui-datepicker .ui-datepicker-prev {
  left: 30%;
  z-index: 9991;
}
.preorder .ui-datepicker .ui-datepicker-next {
  right: 30%;
  z-index: 9991;
}
.preorder .ui-datepicker .ui-datepicker-buttonpane {
  margin: 0;
  border-bottom: 0;
  border: none;
  background: transparent;
  display: flex !important;
  position: absolute;
  top: 0;
  padding: 0 16px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  left: 0;
}
.preorder .ui-datepicker .ui-datepicker-buttonpane button {
  font-weight: 400 !important;
  font-size: 0.875em !important;
  color: #909090 !important;
  margin: 0 !important;
  line-height: 48px !important;
  width: -moz-fit-content;
  width: fit-content;
}
.preorder .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-confirm {
  color: #0078c8 !important;
}
.preorder .ui-datepicker .ui-datepicker-buttonpane button:first-child {
  display: none;
}
.preorder .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  display: none;
}
.preorder .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-cancel, .preorder .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-confirm {
  display: block;
}
.preorder .ui-datepicker table {
  margin: 0;
}
.preorder .ui-datepicker table tr td {
  padding: 4px 0 !important;
}

#ui-datepicker-div {
  z-index: 1000 !important;
  width: 100%;
  border: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  padding: 0;
  position: relative;
  display: none;
}
#ui-datepicker-div:before {
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
}
#ui-datepicker-div table {
  margin: 0;
}
#ui-datepicker-div .ui-datepicker-close {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header {
  background: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px -0.5px 0px 0px rgb(201, 201, 201) inset;
  padding: 10px 0;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#ui-datepicker-div .ui-datepicker-title {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  color: #4B4B4B;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar {
  z-index: 10;
  background: #fff;
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar thead {
  margin: 8px 0 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead th {
  font-weight: 400;
  font-size: 0.875em;
  color: #4B4B4B;
  text-align: center;
  line-height: 36px;
}
#ui-datepicker-div .ui-datepicker-calendar tr td {
  text-align: center;
  padding: 8px 0;
}
#ui-datepicker-div .ui-datepicker-calendar tr td span {
  line-height: 28px;
  border: none;
  text-align: center;
  background: transparent;
}
#ui-datepicker-div .ui-state-disabled span, #ui-datepicker-div .ui-widget-content .ui-state-disabled span, #ui-datepicker-div .ui-widget-header .ui-state-disabled span {
  color: #C9C9C9;
}
#ui-datepicker-div .ui-widget-header .ui-icon {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../image/arrow-rb.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default {
  border: none;
  font-weight: 400;
  font-size: 0.875em;
  color: #4B4B4B;
  background: transparent;
  text-align: center;
  padding: 0;
  line-height: 28px;
}
#ui-datepicker-div .ui-state-default.ui-state-active, #ui-datepicker-div .ui-widget-content .ui-state-default.ui-state-active {
  color: #fff;
  position: relative;
  line-height: 26px;
  z-index: 5;
}
#ui-datepicker-div .ui-state-default.ui-state-active:after, #ui-datepicker-div .ui-widget-content .ui-state-default.ui-state-active:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  background: #0078c8;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -14px;
  top: -2px;
  z-index: -1;
}

.preorder--order {
  background-color: #F4F4F4;
  padding-top: 44px;
}
.preorder--order .searchmon {
  position: relative;
  margin: 8px 16px 0 16px;
  height: 124px;
  color: #fff;
  padding: 20px 16px;
}
.preorder--order .searchmon::before {
  content: "";
  display: block;
  width: 100%;
  height: 124px;
  border-radius: 20px;
  background: rgb(25, 148, 205);
  background: linear-gradient(to right, rgb(25, 148, 205) 0%, rgb(33, 167, 188) 58%, rgb(91, 211, 181) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1994cd', endColorstr='#5bd3b5',GradientType=1 );
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.preorder--order .searchmon h5 {
  font-size: 1.125em;
  margin: 0;
}
.preorder--order .searchmon .select-wrap {
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 10px 0 0;
  position: relative;
  height: 40px;
  width: 100%;
}
.preorder--order .searchmon .select-wrap select {
  width: 100%;
  height: 40px;
  padding: 0;
  line-height: 40px;
  color: #fff;
  border: none;
  background: transparent;
  outline: none;
  margin: 0 auto;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.preorder--order .searchmon .select-wrap select option {
  color: #333;
}
.preorder--order .searchmon .select-wrap input {
  text-align: center;
  width: 100%;
  pointer-events: none;
  border: none;
  background: transparent;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.preorder--order .searchmon .select-wrap span {
  position: absolute;
  border: solid #fff;
  border-width: 0px 1px 1px 0;
  padding: 4px;
  right: 15px;
  top: 13px;
  transform: rotate(45deg);
}
.preorder--order .list-wrap {
  position: relative;
  margin: 10px 0 0;
}
.preorder--order .list-wrap .list {
  margin: 0 0 15px 0;
  background: #fff;
}
.preorder--order .list-wrap .list .title {
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
  border-bottom: 1px solid #e3e5e7;
  align-items: center;
}
.preorder--order .list-wrap .list .title span {
  color: #1a1a1f;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.preorder--order .list-wrap .list .title span:before {
  content: "交易序號";
  display: block;
  font-size: 16px;
  margin: 0 7px 0 0;
}
.preorder--order .list-wrap .list .title p {
  padding: 0;
  margin: 0;
  color: #6f6f6f;
  font-size: 0.75em;
}
.preorder--order .list-wrap .list .detail {
  position: relative;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 500;
}
.preorder--order .list-wrap .list .detail ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.preorder--order .list-wrap .list .detail ul li {
  display: flex;
  font-weight: 400;
  color: #363636;
  margin: 0 0 4px;
  font-size: 0.8125em;
}
.preorder--order .list-wrap .list .detail ul li span {
  color: #6f6f6f;
}
.preorder--order .list-wrap .list .detail a {
  display: block;
  color: #008edc;
  padding: 0 14px;
  border-radius: 20px;
  border: 1px solid #008edc;
  font-size: 0.8125em;
}
.preorder--order .list-wrap .list .detail .tool {
  color: #6f6f6f;
  font-size: 0.8125em;
  font-weight: 600;
  max-width: 31%;
  position: absolute;
  right: 16px;
  top: 12px;
}

.orderdetail .modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}
.orderdetail .modal-content .modal-header {
  padding: 16px 0;
  border-bottom: none;
}
.orderdetail .modal-content .modal-header .modal-title {
  color: #363636;
}
.orderdetail .modal-content .modal-header .btn-close {
  right: 15px;
  position: absolute;
}
.orderdetail .modal-content .modal-body {
  padding: 0;
  text-align: left;
}
.orderdetail .modal-content .modal-body ul {
  padding: 0 20px 6px 20px;
  margin: 0;
  border-bottom: 1px solid #e3e5e7;
}
.orderdetail .modal-content .modal-body ul li {
  display: flex;
  font-weight: 400;
  color: #363636;
  font-size: 0.875em;
}
.orderdetail .modal-content .modal-body ul li span {
  color: #6f6f6f;
}
.orderdetail .modal-content .modal-body .card {
  flex-direction: row;
  padding: 15px 20px;
  border: none;
}
.orderdetail .modal-content .modal-body .card.soldout {
  -webkit-filter: grayscale(1);
}
.orderdetail .modal-content .modal-body .card figure {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 6px;
  border: 1px solid #d3d3d3;
  margin: 0;
}
.orderdetail .modal-content .modal-body .card figure img {
  width: 80px;
  height: 80px;
  margin: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}
.orderdetail .modal-content .modal-body .card .card-body {
  padding: 0;
  margin: 0 0 0 8px;
}
.orderdetail .modal-content .modal-body .card .card-body .card-title {
  font-size: 1em;
  color: #1a1a1f;
  font-weight: 500;
}
.orderdetail .modal-content .modal-body .card .card-body .card-text {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.orderdetail .modal-content .modal-body .card .card-body .card-text li {
  display: flex;
  font-weight: 400;
  color: #363636;
  margin: 0;
  font-size: 0.8125em;
}
.orderdetail .modal-content .modal-body .card .card-body .card-text li span {
  color: #6f6f6f;
}
.orderdetail .modal-content .modal-body .note {
  color: #1a1a1f;
  border-top: 1px solid #e3e5e7;
  padding: 16px 20px 0 20px;
  font-size: 0.8125em;
  font-weight: 500;
  line-height: 180%;
}
.orderdetail .modal-content .modal-footer {
  padding: 25px 0 20px 0;
}
.orderdetail .modal-content .modal-footer .btn {
  background: #0078c8;
  font-weight: 500;
  margin: 0;
  width: 110px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  border: none;
}

.returndirections .modal-content {
  border-radius: 20px;
  border: none;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}
.returndirections .modal-content .modal-header {
  padding: 16px 0;
  border-bottom: none;
}
.returndirections .modal-content .modal-header .modal-title {
  color: #363636;
}
.returndirections .modal-content .modal-body {
  padding: 0;
  text-align: left;
}
.returndirections .modal-content .modal-body ul {
  padding: 0 20px 6px 20px;
  margin: 0;
  border-bottom: 1px solid #e3e5e7;
}
.returndirections .modal-content .modal-body ul li {
  display: flex;
  font-weight: 400;
  color: #363636;
  font-size: 0.875em;
}
.returndirections .modal-content .modal-body ul li span {
  color: #6f6f6f;
}
.returndirections .modal-content .modal-body .caption {
  font-size: 14px;
  color: #4A4A4A;
  margin: 20px 20px 0 20px;
}
.returndirections .modal-content .modal-body .caption h6 {
  margin: 0 0 10px;
  font-size: 16px;
  text-align: center;
}
.returndirections .modal-content .modal-footer {
  padding: 25px 0 20px 0;
}
.returndirections .modal-content .modal-footer .btn {
  background: #0078c8;
  font-weight: 500;
  margin: 0;
  width: 110px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  border: none;
}

.loading-wrap {
  background: rgb(245, 245, 245);
}
.loading-wrap header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.loading-wrap canvas {
  width: 192px;
  height: auto;
  margin: 0 0 20px;
  background: #fff;
}
.loading-wrap main {
  position: relative;
  padding: 0 0 40px 0;
  text-align: center;
  background: #fff;
}
.loading-wrap main .txt-wrap {
  position: relative;
}
.loading-wrap main .txt-wrap h6 {
  font-size: 1.125em;
  color: #0078c8;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.loading-wrap main .txt-wrap p {
  font-size: 0.875em;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.loading-wrap main .txt-wrap p span {
  color: #0078c8;
  font-weight: 500;
}
.loading-wrap main .stxt {
  color: #909090;
  font-size: 0.75em;
  font-weight: 400;
  margin: 16px 0 60px 0;
}
.loading-wrap main .giveup {
  width: 100%;
  font-size: 0.875em;
  font-weight: 400;
  color: #0078c8;
  display: block;
}

.transfermobile2025 {
  background-color: #F5F5F5;
  background-image: url(../image/transfermobile2025-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top 44px;
  font-size: 18px;
}
.transfermobile2025 header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfermobile2025 main {
  padding: 12px 12px 63px 12px;
}
.transfermobile2025 main .sentgift {
  position: relative;
  margin: 0 0 16px;
}
.transfermobile2025 main .sentgift h2 {
  font-size: 1em;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 12px;
}
.transfermobile2025 main .sentgift p {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #909090;
  padding: 0 0 0 12px;
  margin: 0 0 4px;
}
.transfermobile2025 main .sentgift .card-group {
  padding: 32px 0 0;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #fff;
  position: relative;
}
.transfermobile2025 main .sentgift .card-group:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(255, 215, 111);
  position: absolute;
  left: 0;
  top: 18.54px;
}
.transfermobile2025 main .sentgift .card-group:after {
  content: "";
  display: block;
  width: 36px;
  height: 29px;
  background-image: url(../image/bowtie.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2.21px;
  left: 50%;
  margin-left: -18px;
}
.transfermobile2025 main .sentgift .card-group .card {
  border: none;
  margin: 0;
  padding: 8px 12px;
  flex-direction: row;
  background-color: transparent;
}
.transfermobile2025 main .sentgift .card-group .card img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  margin: 0 8px 0 0;
  border: 0.5px solid rgb(201, 201, 201);
}
.transfermobile2025 main .sentgift .card-group .card .card-body {
  padding: 0;
}
.transfermobile2025 main .sentgift .card-group .card .card-body .card-title {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #4B4B4B;
  margin: 0;
}
.transfermobile2025 main .sentgift .card-group .card .card-body .card-text {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
  padding: 0;
}
.transfermobile2025 main .sentgift .morebtn {
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0.5px 0px 0px rgb(201, 201, 201) inset;
  padding: 8px 0;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #0078C8;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #fff;
  transition: all 0.6s;
}
.transfermobile2025 main .sentgift .morebtn.active:after {
  rotate: 90deg;
}
.transfermobile2025 main .sentgift .morebtn:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/header-back-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  rotate: -90deg;
  margin: 0;
  transition: all 0.8s;
}
.transfermobile2025 main .sentwho {
  background: #fff;
  border-radius: 8px;
  padding: 12px 0 0;
}
.transfermobile2025 main .sentwho h3 {
  font-weight: 500;
  font-size: 1em;
  line-height: 24px;
  color: #4B4B4B;
  margin: 0 12px;
}
.transfermobile2025 main .sentwho p {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #909090;
  margin: 0 12px 4px 12px;
}
.transfermobile2025 main .sentwho .card-group {
  position: relative;
  padding: 0 12px;
}
.transfermobile2025 main .sentwho .card-group .card {
  border: none;
  margin: 0;
  padding: 16px 0;
  flex-direction: row;
  background-color: transparent;
}
.transfermobile2025 main .sentwho .card-group .card:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../image/profile.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 12px 0 0;
}
.transfermobile2025 main .sentwho .card-group .card .edit {
  display: flex;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #4B4B4B;
  align-items: start;
}
.transfermobile2025 main .sentwho .card-group .card .edit:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/edit.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 0 0 4px;
}
.transfermobile2025 main .sentwho .card-group .card .delete {
  width: 24px;
  height: 24px;
  background-image: url(../image/delete.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.transfermobile2025 main .sentwho .selected {
  padding: 12px;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
}
.transfermobile2025 main .sentwho .selected .blue {
  color: #0078C8;
}
.transfermobile2025 main .sentwho .morebtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0.5px 0px 0px rgb(201, 201, 201) inset;
  padding: 12px 0;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  border: none;
  color: #0078C8;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #fff;
  margin: 0 0 20px;
}
.transfermobile2025 main .sentwho .morebtn:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/icon-more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}
.transfermobile2025 main .sentwho .morebtn:disabled {
  color: #A4D1EF;
}
.transfermobile2025 main .sentwho .morebtn:disabled:before {
  opacity: 0.3;
}
.transfermobile2025 footer {
  box-shadow: 0px -2px 8px 0px #ACACAC1;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 12px;
  background: #fff;
}
.transfermobile2025 footer button {
  width: 100%;
  background: #0078c8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: none;
  border-radius: 20px;
}
.transfermobile2025 footer button:disabled {
  opacity: 0.3;
}

.friend-popup {
  top: initial;
  bottom: 0;
}
.friend-popup.fade {
  transition: 0.2s !important;
}
.friend-popup.fade .modal-dialog {
  transition: transform 0.2s ease-out;
  transform: translate(0, 50px);
}
.friend-popup.show {
  transition: 0.2s ease-in !important;
}
.friend-popup.show .modal-dialog {
  transform: none;
}
.friend-popup .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.friend-popup .modal-dialog .modal-content {
  width: 100%;
  max-height: 85vh;
  position: fixed;
  bottom: 0;
  border: none;
  overflow: scroll;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #F5F5F5;
}
.friend-popup .modal-dialog .modal-content .modal-header {
  padding: 12px 12px 8px 12px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -0.5px 0px 0px rgb(201, 201, 201) inset;
  border-bottom: none;
  width: 100%;
  position: fixed;
  z-index: 1;
}
.friend-popup .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  color: #2C2C2C;
}
.friend-popup .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  right: 14px;
  top: 14px;
  background: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  display: block;
  font-size: 0;
  opacity: 1;
  z-index: 2;
  background-image: url(../image/closeclear.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.friend-popup .modal-dialog .modal-content .modal-body {
  padding: 60px 12px 166px 12px;
  text-align: left;
}
.friend-popup .modal-dialog .modal-content .modal-body .phonetitle {
  position: relative;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  display: flex;
  color: #6F6F6F;
  margin: 0 0 4px;
}
.friend-popup .modal-dialog .modal-content .modal-body .phonetitle:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/profile.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 4px 0 0;
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap {
  background: #fff;
  border-radius: 8px;
  padding: 14px 12px;
  color: #4B4B4B;
  font-size: 0.875em;
  display: flex;
  margin: 0 0 16px;
  position: relative;
  align-items: center;
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap.error .errortxt {
  display: block;
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap .errortxt {
  position: absolute;
  bottom: -20px;
  right: 12px;
  color: rgb(229, 39, 48);
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  display: none;
  padding: 0;
  margin: 0;
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap span {
  white-space: nowrap;
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap input {
  font-weight: 400;
  width: calc(100% - 123px);
  line-height: 20px;
  border: none;
  text-align: right;
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap input:placeholder {
  color: #ACACAC;
  font-weight: 400;
  font-size: 1em;
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap .name {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  display: none;
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap .name.active {
  display: block;
}
@media all and (max-width: 376px) {
  .friend-popup .modal-dialog .modal-content .modal-body .phonewrap .name {
    width: 48px;
    overflow: hidden;
    font-size: 0.875em;
  }
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap .addbook {
  margin: 0 0 0 12px;
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap .addbook img {
  width: 24px;
  height: 24px;
}
@media all and (max-width: 376px) {
  .friend-popup .modal-dialog .modal-content .modal-body .phonewrap .addbook {
    margin: 0;
  }
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap .code {
  font-weight: 400;
  color: #4b4b4b;
  width: 100px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin: 0 8px 0 20px;
}
@media all and (max-width: 376px) {
  .friend-popup .modal-dialog .modal-content .modal-body .phonewrap .code {
    margin: 0 8px;
  }
}
.friend-popup .modal-dialog .modal-content .modal-body .phonewrap .code:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/codearrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
.friend-popup .modal-dialog .modal-content .modal-body .bagtitle {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  display: flex;
  color: #6F6F6F;
  margin: 0 0 4px;
  align-items: center;
}
.friend-popup .modal-dialog .modal-content .modal-body .bagtitle:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/bag.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 2px 0 0;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group {
  background: #fff;
  border-radius: 8px;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .selectall {
  display: flex;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #4B4B4B;
  padding: 17px 12px 9px 12px;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .selectall.active .checkbox {
  border: none;
  background-color: #0078C8;
  position: relative;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .selectall.active .checkbox:before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-image: url(../image/select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 3px;
  top: 5px;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .selectall .checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid rgb(111, 111, 111);
  border-radius: 4px;
  margin: 0 8px 0 0;
  flex-shrink: 1;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card {
  border: none;
  margin: 0;
  padding: 12px;
  flex-direction: row;
  background-color: transparent;
  align-items: center;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card.soldout {
  position: relative;
  padding: 12px 12px 12px 36px;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card.soldout .checkbox {
  display: none;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card.soldout:after {
  content: "";
  display: block;
  border: 1px solid #C9C9C9;
  background: #ECECEC;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  position: absolute;
  left: 12px;
  top: 27px;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card.soldout:before {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card.active .checkbox {
  border: none;
  background-color: #0078C8;
  position: relative;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card.active .checkbox:before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-image: url(../image/select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 3px;
  top: 5px;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card .checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid rgb(111, 111, 111);
  border-radius: 4px;
  margin: 0 8px 0 0;
  flex-shrink: 1;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card img {
  width: 48px;
  height: 48px;
  border: 0.5px solid rgb(201, 201, 201);
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 8px 0 0;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card .card-body {
  padding: 0;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card .card-body .card-title {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #363636;
  margin: 0;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card .card-body .card-text {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card .num-in {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card .num-in input {
  width: 40px;
  height: 28px;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 28px;
  text-align: center;
  border: none;
  color: #4b4b4b;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card .num-in .minus, .friend-popup .modal-dialog .modal-content .modal-body .card-group .card .num-in .plus {
  width: 22px;
  height: 22px;
  border: 0.5px solid rgb(201, 201, 201);
  border-radius: 20px;
  position: relative;
  display: block;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card .num-in .minus:before, .friend-popup .modal-dialog .modal-content .modal-body .card-group .card .num-in .plus:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #C9C9C9;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card .num-in .minus.active:before, .friend-popup .modal-dialog .modal-content .modal-body .card-group .card .num-in .minus.active:after, .friend-popup .modal-dialog .modal-content .modal-body .card-group .card .num-in .plus.active:before, .friend-popup .modal-dialog .modal-content .modal-body .card-group .card .num-in .plus.active:after {
  background: #4B4B4B;
}
.friend-popup .modal-dialog .modal-content .modal-body .card-group .card .num-in .plus:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #C9C9C9;
  position: absolute;
  left: 50%;
  margin-top: -6px;
  top: 50%;
}
.friend-popup .modal-dialog .modal-content .modal-footer {
  padding: 12px 16px;
  justify-content: end;
  box-shadow: 0px -2px 8px 0px rgba(172, 172, 172, 0.1019607843);
  background: #FFFFFF;
}
.friend-popup .modal-dialog .modal-content .modal-footer .btn {
  width: 200px;
  height: 40px;
  background: #0078C8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 1em;
  margin: 0 0 0 12px;
}
.friend-popup .modal-dialog .modal-content .modal-footer .txt {
  text-align: right;
  font-size: 0.875em;
}
.friend-popup .modal-dialog .modal-content .modal-footer .txt p {
  padding: 0;
  margin: 0;
}
.friend-popup .modal-dialog .modal-content .modal-footer .txt p.gray {
  color: #909090;
}
.friend-popup .modal-dialog .modal-content .modal-footer .txt p.nun {
  color: #4B4B4B;
}
.friend-popup .modal-dialog .modal-content .modal-footer .txt .blue {
  color: #0078c8;
}
.friend-popup footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5999;
  background-color: white;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px -2px 8px 0px rgba(172, 172, 172, 0.1);
}
.friend-popup footer button {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  margin: 0;
  background: #0078C8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 16px;
  border: none;
}
.friend-popup footer button:disabled {
  opacity: 0.3;
}

.noticemodal .modal-content {
  border: none;
}
.noticemodal .modal-content .modal-body {
  text-align: center;
  padding: 24px 24px 0 24px;
}
.noticemodal .modal-content .modal-body img {
  width: 40px;
  height: 40px;
  margin: 0 0 8px;
}
.noticemodal .modal-content .modal-body h6 {
  font-weight: 500;
  font-size: 0.1 0.125em;
  line-height: 28px;
  margin: 0 0 4px;
  padding: 0;
  color: #2c2c2c;
}
.noticemodal .modal-content .modal-body p {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #6f6f6f;
}
.noticemodal .modal-content .modal-footer {
  padding: 10px 24px 24px 24px;
}
.noticemodal .modal-content .modal-footer .btn {
  flex: 1;
  height: 40px;
  border-radius: 20px;
  font-size: 1em;
  margin: 0 4px;
  justify-content: space-between;
  text-align: center;
  line-height: 40px;
}
.noticemodal .modal-content .modal-footer .btn.btn-primary {
  background: #0078c8;
  color: #fff;
}
.noticemodal .modal-content .modal-footer .btn.btn-secondary {
  background: #fff;
  color: #0078C8;
  border: 1px solid #2391DA;
}

.transfermobile2025gift {
  background-color: #F5F5F5;
  background-image: url(../image/transfermobile2025-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top 44px;
}
.transfermobile2025gift header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfermobile2025gift main {
  padding: 0 12px 63px 12px;
}
.transfermobile2025gift main .sentgift {
  position: relative;
  margin: 0 0 16px;
}
.transfermobile2025gift main .sentgift.social .card-group {
  padding: 32px 0 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.transfermobile2025gift main .sentgift .title_wrap {
  position: relative;
}
.transfermobile2025gift main .sentgift .title_wrap .tit {
  margin: 29px 0 0;
}
.transfermobile2025gift main .sentgift .title_wrap .tit h2 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 12px;
  color: #0078c8;
}
.transfermobile2025gift main .sentgift .title_wrap .tit p {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
  padding: 0 0 0 12px;
}
.transfermobile2025gift main .sentgift .title_wrap img {
  width: 180px;
}
.transfermobile2025gift main .sentgift .card-group {
  padding: 32px 0 0;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #fff;
  position: relative;
}
.transfermobile2025gift main .sentgift .card-group:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(255, 215, 111);
  position: absolute;
  left: 0;
  top: 18.54px;
}
.transfermobile2025gift main .sentgift .card-group:after {
  content: "";
  display: block;
  width: 36px;
  height: 29px;
  background-image: url(../image/bowtie.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2.21px;
  left: 50%;
  margin-left: -18px;
}
.transfermobile2025gift main .sentgift .card-group .img_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin: 0 auto;
  border-radius: 8px;
}
.transfermobile2025gift main .sentgift .card-group .img_wrap img {
  width: 100%;
  border-radius: 8px;
  z-index: 0;
}
.transfermobile2025gift main .sentgift .card-group .img_wrap .bless {
  width: 200px;
  height: 100px;
  color: #000;
  font-size: 1.125em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  line-height: 140%;
  position: absolute;
  word-break: break-all;
}
.transfermobile2025gift main .sentgift .card-group .info {
  color: #4B4B4B;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  padding: 12px;
  margin: 12px 0 0;
  box-shadow: 0px 0.5px 0px 0px #C9C9C9 inset;
}
.transfermobile2025gift main .sentgift .card-group .info .blue {
  color: #0078c8;
}
.transfermobile2025gift main .sentgift .card-group .card {
  border: none;
  margin: 0;
  padding: 8px 12px;
  flex-direction: row;
  background-color: transparent;
}
.transfermobile2025gift main .sentgift .card-group .card img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  margin: 0 8px 0 0;
  border: 0.5px solid rgb(201, 201, 201);
}
.transfermobile2025gift main .sentgift .card-group .card .card-body {
  padding: 0;
}
.transfermobile2025gift main .sentgift .card-group .card .card-body .card-title {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #4B4B4B;
  margin: 0;
}
.transfermobile2025gift main .sentgift .card-group .card .card-body .card-text {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
  padding: 0;
}
.transfermobile2025gift main .sentgift .morebtn {
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0.5px 0px 0px rgb(201, 201, 201) inset;
  padding: 8px 0;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #0078C8;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #fff;
  transition: all 0.6s;
}
.transfermobile2025gift main .sentgift .morebtn.active:after {
  rotate: 90deg;
}
.transfermobile2025gift main .sentgift .morebtn:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/header-back-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  rotate: -90deg;
  margin: 0;
  transition: all 0.8s;
}
.transfermobile2025gift main .rankinglist {
  background: #fff;
  border-radius: 8px;
  padding: 12px 0 12px 12px;
  margin: 0 0 12px;
}
.transfermobile2025gift main .rankinglist h5 {
  font-size: 1em;
  font-weight: 500;
  color: #4B4B4B;
  margin: 0;
  line-height: 24px;
}
.transfermobile2025gift main .rankinglist h5 .blue {
  color: #0078c8;
}
.transfermobile2025gift main .rankinglist p {
  font-size: 0.75em;
  font-weight: 400;
  color: #909090;
  margin: 0 0 8px;
}
.transfermobile2025gift main .rankinglist ul {
  padding: 0 12px 0 0;
  margin: 8px 0 0;
  height: 300px;
  overflow-y: scroll;
}
.transfermobile2025gift main .rankinglist ul li {
  padding: 12px 12px 12px 0;
}
.transfermobile2025gift main .rankinglist ul li:first-child span:first-child {
  width: 24px;
  height: 32px;
  background-color: transparent;
  font-size: 0;
  border-radius: 0;
  background-image: url(../../assets/image/no1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.transfermobile2025gift main .rankinglist ul li:nth-child(2) span:first-child {
  width: 24px;
  height: 32px;
  background-color: transparent;
  font-size: 0;
  border-radius: 0;
  background-image: url(../../assets/image/no2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.transfermobile2025gift main .rankinglist ul li:nth-child(3) span:first-child {
  width: 24px;
  height: 32px;
  background-color: transparent;
  font-size: 0;
  border-radius: 0;
  background-image: url(../../assets/image/no3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.transfermobile2025gift main .rankinglist ul li.active span.num:after {
  transform: rotate(90deg);
}
.transfermobile2025gift main .rankinglist ul li span:first-child {
  width: 24px;
  height: 24px;
  background: #EAF7FF;
  border-radius: 20px;
  color: #0078C8;
  font-size: 0.75em;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  margin: 0 12px 0 0;
}
.transfermobile2025gift main .rankinglist ul li span:nth-child(2) {
  color: #4B4B4B;
  font-size: 0.875em;
  font-weight: 400;
}
.transfermobile2025gift main .rankinglist ul li span:nth-child(2) p {
  padding: 0;
  margin: 0;
  color: #ACACAC;
  font-weight: 400;
  font-size: 0.71428em;
}
.transfermobile2025gift main .rankinglist ul li span.num {
  color: #0078C8;
  font-weight: 500;
  font-size: 0.875em;
  display: flex;
  text-align: right;
  margin-left: auto;
  align-items: center;
}
.transfermobile2025gift main .rankinglist ul li span.num:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 2px;
  transform: rotate(-90deg);
  transition: all 0.6s;
  background-image: url(../image/header-back-g.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.transfermobile2025gift main .rankinglist ul li ol {
  padding: 20px 0 0;
  margin: 0;
  display: none;
}
.transfermobile2025gift main .rankinglist ul li ol li {
  display: flex;
  color: #6F6F6F;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  justify-content: space-between;
  padding: 0 0 8px;
  position: relative;
}
.transfermobile2025gift main .rankinglist ul li ol li:last-child:after {
  content: "";
  display: block;
  width: 89%;
  height: 0.5px;
  background: rgb(201, 201, 201);
  position: absolute;
  bottom: 0;
  right: 0;
}
.transfermobile2025gift main .rankinglist ul li ol li p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.transfermobile2025gift main .rankinglist .bottom-txt {
  text-align: center;
  font-weight: 400;
  font-size: 0.625em;
  padding: 4px 0;
  margin: 0;
  display: none;
}
.transfermobile2025gift main .rankinglist .bottom-txt.active {
  display: block;
}
.transfermobile2025gift main .rankinglist .nogift {
  margin: 67px 0 0;
  display: none;
  text-align: center;
}
.transfermobile2025gift main .rankinglist .nogift.active {
  display: block;
}
.transfermobile2025gift main .rankinglist .nogift img {
  width: 66.82px;
  margin: 0 0 34px;
}
.transfermobile2025gift main .rankinglist .nogift h6 {
  font-weight: 500;
  font-size: 1.125em;
  color: #2C2C2C;
  padding: 0;
  margin: 0 0 4px;
}
.transfermobile2025gift main .rankinglist .nogift p {
  font-size: 0.875em;
  font-weight: 400;
  color: #6F6F6F;
  padding: 0;
  margin: 0 0 28px;
}
.transfermobile2025gift main .getdetail {
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  font-size: 0.875em;
  font-weight: 500;
  color: #4B4B4B;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 12px;
}
.transfermobile2025gift main .getdetail:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 26px;
  background-image: url(../image/backs6f.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.transfermobile2025gift main .getdetail:after {
  content: "您可以在轉贈紀錄中查看收禮的明細";
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #6F6F6F;
}
.transfermobile2025gift footer {
  background: #fff;
  padding: 12px 4px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.transfermobile2025gift footer a {
  margin: 0 8px;
  border-radius: 20px;
  background: #0078c8;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  flex: 1;
}
.transfermobile2025gift footer a.get {
  background: #fff;
  color: #0078c8;
  border: 1px solid #2391DA;
}

.finalmodal .modal-content {
  width: 328px;
  height: 382px;
  margin: auto;
  position: relative;
  border: none;
  overflow: inherit !important;
  background-color: transparent;
  background-image: url(../image/giftpopup-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.finalmodal .modal-content .close {
  position: absolute;
  bottom: -56px;
  left: 50%;
  width: 36px;
  height: 36px;
  opacity: 1;
  margin-left: -18px;
  background-color: transparent;
  background-image: url(../image/close-false-clear.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.finalmodal .modal-content .modal-body {
  text-align: center;
  color: #4B4B4B;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 28px;
  padding: 174px 40px 0 40px;
  height: -moz-fit-content;
  height: fit-content;
  flex: initial;
}
.finalmodal .modal-content .modal-body .blue {
  color: #0078C8;
}
.finalmodal .modal-content .modal-body p {
  margin: 0;
  padding: 0;
  font-size: 0.777777em;
  font-weight: 400;
  color: #909090;
  line-height: 20px;
}
.finalmodal .modal-content .modal-footer {
  border: none;
  padding: 0 40px;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
}
.finalmodal .modal-content .modal-footer a {
  width: 100%;
  background-color: #0078C8;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
}
.finalmodal .modal-content .modal-footer a.nobg {
  background: transparent;
  color: #0078C8;
}

.transfermobile2025webgift {
  background-color: #F5F5F5;
}
.transfermobile2025webgift header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfermobile2025webgift main {
  padding: 12px 12px 63px 12px;
}
.transfermobile2025webgift main .title_wrap {
  position: relative;
  height: 88px;
}
.transfermobile2025webgift main .title_wrap .tit {
  margin: 21px 0 0;
}
.transfermobile2025webgift main .title_wrap .tit h2 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  color: #0078c8;
}
.transfermobile2025webgift main .title_wrap .tit p {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
}
.transfermobile2025webgift main .title_wrap img {
  width: 180px;
}
.transfermobile2025webgift main form {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}
.transfermobile2025webgift main form label {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  color: #4B4B4B;
  margin: 0;
}
.transfermobile2025webgift main form p {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #909090;
  padding: 0;
  margin: 0 0 16px;
}
.transfermobile2025webgift main form .input_wrap {
  border: 0.5px solid #C9C9C9;
  border-radius: 20px;
  height: 40px;
  padding: 0 12px;
  position: relative;
}
.transfermobile2025webgift main form .input_wrap .error {
  color: #E52730;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  position: absolute;
  right: 12px;
  bottom: -20px;
}
.transfermobile2025webgift main form .input_wrap .code {
  font-size: 0.875em;
  font-weight: 400;
  color: #4b4b4b;
  width: 68px;
  line-height: 36px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin: 2px 16px 0 0;
}
.transfermobile2025webgift main form .input_wrap .code:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/codearrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
.transfermobile2025webgift main form .input_wrap input {
  border: none;
  width: calc(100% - 50px);
  line-height: 38px;
  padding: 0;
  background: transparent;
  margin: 1px 0 0;
  font-size: 0.875em;
  box-shadow: none;
}
.transfermobile2025webgift main form .input_wrap input:placeholder {
  color: #acacac;
  font-weight: 400;
  font-size: 0.875em;
}
.transfermobile2025webgift main form .form-check {
  margin: 28px 0 0;
  display: flex;
  align-items: center;
}
.transfermobile2025webgift main form .form-check .form-check-label {
  line-height: 18px;
  display: flex;
  margin: 7px 0 0 8px;
  font-weight: 400;
}
.transfermobile2025webgift main form .form-check input[type=checkbox] {
  border: 1px solid #909090;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.transfermobile2025webgift main form .form-check input[type=checkbox]:checked {
  background-color: #0078C8;
  border: none;
  background-image: url(../image/select.svg);
  background-repeat: no-repeat;
  background-size: 68%;
  background-position: center;
}
.transfermobile2025webgift main form .form-check .blue {
  color: #0078c8;
  display: block;
}
.transfermobile2025webgift main .notice {
  color: #6F6F6F;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  margin: 20px 0;
  position: relative;
  padding: 0 0 0 24px;
}
.transfermobile2025webgift main .notice a {
  color: #0078c8;
}
.transfermobile2025webgift main .notice:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 4px 0 0;
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../image/notice.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.transfermobile2025webgift footer {
  background: #fff;
  padding: 12px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.transfermobile2025webgift footer button {
  width: 100%;
  border-radius: 20px;
  background: #0078c8;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
}
.transfermobile2025webgift footer button:disabled {
  opacity: 0.3;
}

.terms-popup {
  top: initial;
  bottom: 0;
}
.terms-popup.fade {
  transition: 0.2s !important;
}
.terms-popup.fade .modal-dialog {
  transition: transform 0.2s ease-out;
  transform: translate(0, 50px);
}
.terms-popup.show {
  transition: 0.2s ease-in !important;
}
.terms-popup.show .modal-dialog {
  transform: none;
}
.terms-popup .modal-dialog {
  margin: 0;
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.terms-popup .modal-dialog .modal-content {
  width: 100%;
  max-height: 70vh;
  position: fixed;
  bottom: 0;
  border: none;
  overflow: scroll;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
}
.terms-popup .modal-dialog .modal-content .modal-header {
  padding: 12px 12px 8px 12px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px -0.5px 0px 0px rgb(201, 201, 201) inset;
  border-bottom: none;
  width: 100%;
  position: fixed;
  z-index: 1;
}
.terms-popup .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  color: #2C2C2C;
}
.terms-popup .modal-dialog .modal-content .modal-body {
  padding: 8px 16px;
  color: #4B4B4B;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  padding: 12px 16px;
  text-align: left;
}
.terms-popup .modal-dialog .modal-content .modal-footer {
  box-shadow: 0px -2px 8px 0px rgba(172, 172, 172, 0.1019607843);
}
.terms-popup .modal-dialog .modal-content .modal-footer a {
  background: #0078c8;
  color: #fff;
  border-radius: 20px;
  font-weight: 500;
  font-size: 1em;
  line-height: 40px;
  display: block;
  text-align: center;
  width: 100%;
}

.endmodal .modal-content {
  border: none;
}
.endmodal .modal-content .modal-body {
  text-align: center;
  color: #2c2c2c;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  padding: 24px 24px 16px 24px;
}
.endmodal .modal-content .modal-footer {
  padding: 0 24px 24px 24px;
}
.endmodal .modal-content .modal-footer button {
  flex: 1;
  border-radius: 20px;
  background: #0078c8;
  margin: 0 4px;
  color: #fff;
  height: 40px;
  font-weight: 500;
  font-size: 1em;
  line-height: 40px;
  text-align: center;
  border: none;
}

.transfermobile2025password {
  background-color: #fff;
}
.transfermobile2025password header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfermobile2025password main {
  margin: 80px auto 0 auto;
}
.transfermobile2025password main p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #6F6F6F;
  padding: 0;
  margin: 0;
  text-align: center;
}
.transfermobile2025password main .cover {
  position: relative;
  height: 80px;
  overflow: hidden;
  margin: -8px 0 0 8px;
}
.transfermobile2025password main .key-cover, .transfermobile2025password main .key-dots {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  right: 80px;
}
.transfermobile2025password main .key-cover {
  z-index: 2;
}
.transfermobile2025password main .key {
  width: 180px;
  margin: 0 auto;
  position: relative;
  display: block;
  left: 5px;
  top: 2px;
  height: 80px;
  font-size: 92px;
  color: #0078c8;
  padding: 0;
  border: 0;
  line-height: 1;
  letter-spacing: 13px;
  background-color: transparent;
  caret-color: transparent;
}
.transfermobile2025password main .key-dots {
  overflow: hidden;
  z-index: 1;
}
.transfermobile2025password main .key-dots .dot.white {
  color: #ECECEC;
  background-color: #fff;
}
.transfermobile2025password main .key-dots .dot.white span.show {
  opacity: 1;
}
.transfermobile2025password main .key-dots.active {
  z-index: 3;
}
.transfermobile2025password main .key-dots.active .dot {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #0078c8;
  transform: scale(1.7);
}
.transfermobile2025password main .dots {
  width: 180px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20px;
  height: 80px;
}
.transfermobile2025password main .dots .dot {
  position: relative;
  top: 50%;
  width: 20px;
  height: 20px;
  float: left;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 1.7;
  margin-right: 24px;
  margin-top: -10px;
  background-color: #ececec;
  border-radius: 50%;
  transform: scale(1);
  transition: 0.2s ease transform;
  overflow: hidden;
}
.transfermobile2025password main .dots .dot span {
  display: block;
  opacity: 0;
  transition: 0.4s ease opacity;
}
.transfermobile2025password main .dots .dot:last-child {
  margin-right: 0;
}
.transfermobile2025password main .forget {
  color: #0078c8;
  font-weight: 400;
  font-size: 0.875em;
  text-align: center;
  margin: -10px auto 0 auto;
  display: block;
}
.transfermobile2025password main .ai {
  border: 1px solid #6F6F6F;
  width: 120px;
  height: 40px;
  color: #4B4B4B;
  font-weight: 500;
  font-size: 1em;
  line-height: 40px;
  border-radius: 100px;
  text-align: center;
  display: block;
  margin: 80px auto 0 auto;
}

.transfermobile2025otp {
  background-color: #fff;
}
.transfermobile2025otp header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfermobile2025otp main {
  margin: 24px 24px 0 24px;
}
.transfermobile2025otp main p {
  color: #2C2C2C;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 22px;
  margin: 0 0 4px;
  padding: 0;
}
.transfermobile2025otp main .input_wrap {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 0 40px;
}
.transfermobile2025otp main .input_wrap.error input {
  border: 0.5px solid #E52730;
}
.transfermobile2025otp main .input_wrap.error p {
  display: block;
}
.transfermobile2025otp main .input_wrap .close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 12px;
  display: none;
}
.transfermobile2025otp main .input_wrap .close.active {
  display: block;
}
.transfermobile2025otp main .input_wrap .close img {
  vertical-align: top;
}
.transfermobile2025otp main .input_wrap input {
  border: 0.5px solid #C9C9C9;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 0 28px 0 12px;
  color: #4B4B4B;
  font-weight: 400;
  font-size: 0.875em;
}
.transfermobile2025otp main .input_wrap p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #E52730;
  position: absolute;
  bottom: -22px;
  left: 12px;
  display: none;
}
.transfermobile2025otp main button {
  width: 100%;
  height: 40px;
  background: #0078c8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: 0 0 16px;
  border: none;
  border-radius: 20px;
}
.transfermobile2025otp main button:disabled {
  opacity: 0.3;
}
.transfermobile2025otp main .note {
  text-align: center;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #909090;
}

.transfermobiledetail {
  background-color: #F5F5F5;
}
.transfermobiledetail header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfermobiledetail main {
  padding: 12px 12px 63px 12px;
}
.transfermobiledetail main .sentpoint-wrap {
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 12px;
}
.transfermobiledetail main .sentpoint-wrap .title {
  font-weight: 500;
  font-size: 1em;
  color: #4B4B4B;
  line-height: 24px;
  padding: 12px 12px 0 12px;
  margin: 0 0 -8px;
}
.transfermobiledetail main .sentpoint-wrap .sent {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.transfermobiledetail main .sentpoint-wrap .sent span {
  display: block;
  font-size: 14px;
  color: #6F6F6F;
  text-align: center;
}
.transfermobiledetail main .sentpoint-wrap .sent p {
  padding: 0;
  margin: 0;
  color: #0078c8;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.transfermobiledetail main .sentpoint-wrap .sent p:after {
  content: "個";
  font-size: 0.5em;
  font-weight: 400;
  color: #ACACAC;
  margin: 0 0 0 2px;
}
.transfermobiledetail main .sentpoint-wrap .remark {
  background-color: #fff3eb;
  height: 32px;
  color: #ef6500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
  font-weight: 600;
}
.transfermobiledetail main .sentpoint-wrap .remark:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/remark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 1px 0 0;
}
.transfermobiledetail main .sentpoint-wrap ul {
  position: relative;
  padding: 12px;
  margin: 0;
}
.transfermobiledetail main .sentpoint-wrap ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 8px;
}
.transfermobiledetail main .sentpoint-wrap ul li.end span {
  display: flex;
}
.transfermobiledetail main .sentpoint-wrap ul li.end span p {
  padding: 0;
  margin: 0;
  order: 3;
}
.transfermobiledetail main .sentpoint-wrap ul li.end span:last-child:before {
  display: flex;
  content: "已結束";
  border: 0.5px solid #ffd3b2;
  background-color: #fff3eb;
  color: #ef6500;
  font-weight: 400;
  font-size: 0.875em;
  border-radius: 4px;
  padding: 0 4px;
  line-height: 20px;
  margin: 0 4px 0 0;
  order: 1;
}
.transfermobiledetail main .sentpoint-wrap ul li.recycle span {
  display: flex;
}
.transfermobiledetail main .sentpoint-wrap ul li.recycle span p {
  padding: 0;
  margin: 0;
  order: 3;
}
.transfermobiledetail main .sentpoint-wrap ul li.recycle span:last-child:after {
  display: flex;
  content: "已收回";
  border: 0.5px solid #ffd3b2;
  background-color: #fff3eb;
  color: #ef6500;
  font-weight: 400;
  font-size: 0.875em;
  border-radius: 4px;
  padding: 0 4px;
  line-height: 20px;
  margin: 0 4px 0 0;
  order: 2;
}
.transfermobiledetail main .sentpoint-wrap ul li.title {
  color: #4B4B4B;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 8px;
}
.transfermobiledetail main .sentpoint-wrap ul li span {
  color: #6F6F6F;
}
.transfermobiledetail main .sentpoint-wrap ul li span p {
  color: #0078c8;
  float: right;
  margin: 0;
}
.transfermobiledetail main .sentpoint-wrap ul li span:last-child {
  color: #4B4B4B;
}
.transfermobiledetail main .sentpoint-wrap ul li:last-child {
  margin: 0;
}
.transfermobiledetail main .sentpoint-wrap ul li.set {
  color: #6f6f6f;
  margin: 0;
  transition: all 0.6s;
}
.transfermobiledetail main .sentpoint-wrap ul li.set .info {
  width: 16px;
  height: 16px;
  margin: 0 0 0 2px;
}
.transfermobiledetail main .sentpoint-wrap ul li.set .arrow {
  width: 16px;
  height: 16px;
  margin-left: auto !important;
  transform: rotate(90deg);
  transition: all 0.6s;
}
.transfermobiledetail main .sentpoint-wrap ul li.set.active .arrow {
  transform: rotate(270deg);
}
.transfermobiledetail main .sentpoint-wrap ul .setdetail {
  display: none;
  padding: 0;
  margin: 0;
}
.transfermobiledetail main .sentpoint-wrap ul .setdetail li {
  text-align: right;
  font-weight: 400;
  font-size: 0.875em;
  margin: 0 0 8px;
  display: block;
}
.transfermobiledetail main .sentpro {
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  margin: 0 0 16px;
  background: #fff;
}
.transfermobiledetail main .sentpro.more .list {
  margin: 32px 0 0;
}
.transfermobiledetail main .sentpro .title {
  font-weight: 500;
  font-size: 1em;
}
.transfermobiledetail main .sentpro .list {
  padding: 0;
  margin: 2px 0 0;
}
.transfermobiledetail main .sentpro .list li {
  color: #4B4B4B;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  text-align: right;
  margin: 0 0 4px;
  list-style: none;
}
.transfermobiledetail main .customize {
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  margin: 0 0 16px;
  background: #fff;
}
.transfermobiledetail main .customize .title {
  font-weight: 500;
  font-size: 1em;
}
.transfermobiledetail main .customize ul {
  padding: 0;
  margin: 0;
}
.transfermobiledetail main .customize ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4B4B4B;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  text-align: right;
  margin: 0 0 4px;
  list-style: none;
}
.transfermobiledetail main .customize ul li:last-child {
  margin: 0;
}
.transfermobiledetail main .prolist {
  position: relative;
  margin: 0 0 16px;
  background: #fff;
  border-radius: 12px;
  padding: 12px 0 0;
}
.transfermobiledetail main .prolist .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4b4b4b;
  margin: 0 0 4px;
  padding: 0 12px;
}
.transfermobiledetail main .prolist .card-group {
  position: relative;
}
.transfermobiledetail main .prolist .card-group .card {
  border: none;
  margin: 0;
  padding: 8px 12px;
  flex-direction: row;
  background-color: transparent;
}
.transfermobiledetail main .prolist .card-group .card img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  margin: 0 8px 0 0;
  border: 0.5px solid rgb(201, 201, 201);
}
.transfermobiledetail main .prolist .card-group .card .card-body {
  padding: 0;
}
.transfermobiledetail main .prolist .card-group .card .card-body .card-title {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #4B4B4B;
  margin: 0;
}
.transfermobiledetail main .prolist .card-group .card .card-body .card-text {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
  padding: 0;
}
.transfermobiledetail main .prolist .morebtn {
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0.5px 0px 0px rgb(201, 201, 201) inset;
  padding: 8px 0;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #4B4B4B;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #fff;
  transition: all 0.6s;
}
.transfermobiledetail main .prolist .morebtn.active:after {
  rotate: 180deg;
}
.transfermobiledetail main .prolist .morebtn:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 0 4px;
  transition: all 0.8s;
}
.transfermobiledetail main .receivesocial {
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 12px;
  padding: 12px 0;
}
.transfermobiledetail main .receivesocial h5 {
  font-weight: 500;
  font-size: 1em;
  line-height: 24px;
  margin: 0 12px;
}
.transfermobiledetail main .receivesocial p {
  padding: 0 12px;
  margin: 0;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #909090;
}
.transfermobiledetail main .receivesocial .total {
  margin: 12px 0 0;
  padding: 0 12px 8px 12px;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #4b4b4b;
  box-shadow: 0px -0.5px 0px 0px #C9C9C9 inset;
}
.transfermobiledetail main .receivesocial .total span {
  color: #EF6500;
}
.transfermobiledetail main .receivesocial ul {
  padding: 0;
  margin: 0 12px;
}
.transfermobiledetail main .receivesocial ul li {
  display: flex;
  align-items: center;
  margin: 6px 0;
  font-size: 0.875em;
  font-weight: 400;
  color: #4b4b4b;
  justify-content: space-between;
}
.transfermobiledetail main .receivesocial ul li span:first-child {
  position: relative;
  padding: 0 0 0 24px;
}
.transfermobiledetail main .receivesocial ul li span:first-child:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/profile.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 9px;
}
.transfermobiledetail main .receivesocial ul li span:first-child p {
  color: #acacac;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 0.625em;
}
.transfermobiledetail main .receivesocial ul li span:last-child {
  display: flex;
  align-items: center;
}
.transfermobiledetail main .receivesocial .list {
  position: relative;
  padding: 0 12px;
}
.transfermobiledetail main .receivesocial .list.active .tit:after {
  transition: all 0.6s;
  transform: rotate(180deg);
}
.transfermobiledetail main .receivesocial .list .tit {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  padding: 10px 0 8px 0;
}
.transfermobiledetail main .receivesocial .list .tit span {
  padding: 0;
  margin: 0;
}
.transfermobiledetail main .receivesocial .list .tit span:last-child {
  position: absolute;
  right: 42px;
  top: 20px;
}
.transfermobiledetail main .receivesocial .list .tit span p {
  color: #acacac;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 0.625em;
}
.transfermobiledetail main .receivesocial .list .tit:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/profile1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.transfermobiledetail main .receivesocial .list .tit:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto !important;
  transition: all 0.6s;
}
.transfermobiledetail main .receivesocial .list ul {
  padding: 0;
  margin: 0 0 0 24px;
  display: none;
}
.transfermobiledetail main .receivesocial .list ul li {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  margin: 0 0 8px;
  color: #6f6f6f;
}
.transfermobiledetail main .receivesocial .list ul li span {
  padding: 0;
}
.transfermobiledetail main .receivesocial .list ul li span:before {
  display: none;
}
.transfermobiledetail main .receivesocial .list ul li:last-child {
  position: relative;
}
.transfermobiledetail main .receivesocial .list ul li:last-child:after {
  content: "";
  display: block;
  width: 95%;
  height: 0.5px;
  background: #C9C9C9;
  position: absolute;
  bottom: -8px;
  right: 0;
}
.transfermobiledetail main .receivesocial .noresault {
  margin: 40px 0;
  text-align: center;
  display: none;
}
.transfermobiledetail main .receivesocial .noresault.active {
  display: block;
}
.transfermobiledetail main .receivesocial .noresault img {
  width: 120px;
  margin: 0 0 8px;
}
.transfermobiledetail main .receivesocial .noresault h6 {
  color: #2C2C2C;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
.transfermobiledetail main .receivesocial .noresault p {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  margin: 4px 0 0;
  padding: 0;
}
.transfermobiledetail main .receive {
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 12px;
  padding: 12px;
}
.transfermobiledetail main .receive h5 {
  font-weight: 500;
  font-size: 1em;
  line-height: 24px;
  margin: 0;
}
.transfermobiledetail main .receive .list {
  position: relative;
}
.transfermobiledetail main .receive .list.active .tit:after {
  transition: all 0.6s;
  transform: rotate(180deg);
}
.transfermobiledetail main .receive .list .tit {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  padding: 10px 0 8px 0;
}
.transfermobiledetail main .receive .list .tit:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/profile1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 8px 0 0;
}
.transfermobiledetail main .receive .list .tit:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../image/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto !important;
  transition: all 0.6s;
}
.transfermobiledetail main .receive .list ul {
  padding: 0;
  margin: 0 0 0 24px;
  display: none;
}
.transfermobiledetail main .receive .list ul li {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  margin: 0 0 8px;
  color: #6f6f6f;
}
.transfermobiledetail main .receive .list ul li:last-child {
  position: relative;
}
.transfermobiledetail main .receive .list ul li:last-child:after {
  content: "";
  display: block;
  width: 95%;
  height: 0.5px;
  background: #C9C9C9;
  position: absolute;
  bottom: -8px;
  right: 0;
}
.transfermobiledetail main .note {
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 12px;
  padding: 12px;
  overflow: hidden;
  position: relative;
  animation: all 0.6s;
}
.transfermobiledetail main .note.up {
  padding: 12px 12px 44px 12px;
}
.transfermobiledetail main .note.up .btn {
  height: 44px;
  background: #fff;
  border-top: 1px solid #C9C9C9;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.transfermobiledetail main .note.up .btn > p:after {
  rotate: 90deg;
}
.transfermobiledetail main .note h6 {
  font-weight: 500;
  font-size: 0.875em;
  color: #4B4B4B;
  margin: 0 0 4px;
}
.transfermobiledetail main .note ol {
  padding: 0 4px;
  margin: 0;
  height: 112px;
}
.transfermobiledetail main .note ol li {
  list-style-type: decimal;
  font-size: 0.875em;
  color: #6F6F6F;
  line-height: 20px;
  margin: 0 0 8px 22px;
}
.transfermobiledetail main .note .btn {
  width: 100%;
  height: 118px;
  border: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 73%, rgb(255, 255, 255) 100%);
  border-top: none;
}
.transfermobiledetail main .note .btn > p {
  display: flex;
  position: absolute;
  color: #0078C8;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  bottom: 12px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.transfermobiledetail main .note .btn > p:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/header-back-b.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  rotate: 270deg;
}
.transfermobiledetail footer {
  box-shadow: 0px -2px 8px 0px rgba(172, 172, 172, 0.1019607843);
  background: #fff;
  padding: 8px 12px 12px 12px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}
.transfermobiledetail footer a {
  width: 100%;
  height: 40px;
  background: #0078c8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: block;
  border-radius: 20px;
  font-weight: 500;
  font-size: 1em;
}
.transfermobiledetail footer.social {
  padding: 12px;
}
.transfermobiledetail footer.social span {
  width: calc((100% - 16px) / 3);
}
.transfermobiledetail footer.social span .btn {
  width: 100%;
}
.transfermobiledetail footer.social .btn {
  border: 1px solid #909090;
  color: #0078c8;
  font-weight: 500;
  font-size: 0.875em;
  width: calc((100% - 16px) / 3);
  background: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  outline: none;
  box-shadow: none;
  display: block;
}
.transfermobiledetail footer.social .btn:active, .transfermobiledetail footer.social .btn:focus {
  outline: none;
  box-shadow: none;
}
.transfermobiledetail footer.social .btn:disabled {
  opacity: 0.3;
}
.transfermobiledetail footer.social .btn.noline {
  border: none;
}
.transfermobiledetail footer.social .btn.share {
  border: 1px solid #2391DA;
}
.transfermobiledetail footer.share {
  padding: 12px;
}
.transfermobiledetail footer.share a {
  border: 1px solid #909090;
  background: #fff;
  font-weight: 500;
  font-size: 1em;
  color: #4B4B4B;
}

.lavemodal .modal-content {
  border: none;
}
.lavemodal .modal-content .modal-header {
  border-bottom: none;
  padding: 24px 0 4px 0;
}
.lavemodal .modal-content .modal-header .modal-title {
  color: #2c2c2c;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 28px;
}
.lavemodal .modal-content .modal-body {
  text-align: center;
  color: #6F6F6F;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  padding: 0 24px;
}
.lavemodal .modal-content .modal-body .blue {
  color: #0078C8;
}
.lavemodal .modal-content .modal-footer {
  padding: 16px 20px 24px 20px;
}
.lavemodal .modal-content .modal-footer button {
  flex: 1;
  border-radius: 20px;
  background: #0078c8;
  margin: 0 4px;
  color: #fff;
  height: 40px;
  font-weight: 500;
  font-size: 1em;
  line-height: 40px;
  text-align: center;
  border: none;
}
.lavemodal .modal-content .modal-footer button.cancel {
  background: #fff;
  border: 1px solid #2391DA;
  color: #0078C8;
}

.statusmodal .modal-body {
  padding: 24px 24px 16px 24px;
  border-top: none;
  color: #6F6F6F;
  text-align: center;
}
.statusmodal .modal-body img {
  width: 40px;
  margin: 0 0 8px;
}
.statusmodal .modal-body .title {
  color: #2C2C2C;
  font-size: 1.125em;
  font-weight: 500;
  margin: 0 0 4px;
}
.statusmodal .modal-body p {
  color: #6F6F6F;
  font-weight: 400;
  font-size: 0.875em;
  padding: 0;
  margin: 0;
}
.statusmodal .modal-body .success, .statusmodal .modal-body .fail {
  display: none;
}
.statusmodal .modal-body .success.active, .statusmodal .modal-body .fail.active {
  display: block;
}
.statusmodal .modal-footer {
  border: none;
  padding: 0 24px 24px 24px;
}
.statusmodal .modal-footer .btn {
  width: 100%;
  margin: 0;
  border-radius: 30px;
  background-color: #0078C8;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}

.transfermobileresault {
  background-color: #F5F5F5;
}
.transfermobileresault header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfermobileresault main {
  padding: 12px 12px 90px 12px;
}
.transfermobileresault main .title {
  position: relative;
}
.transfermobileresault main .title h6 {
  color: #0078c8;
  font-weight: 500;
  font-size: 1.125em;
  margin: 0;
}
.transfermobileresault main .title h6 p {
  font-size: 0.66666666em;
  font-weight: 400;
  color: #6F6F6F;
  margin: 0;
}
.transfermobileresault main .title img {
  width: 162.2px;
}
.transfermobileresault main .nav_wrap {
  width: 100%;
  overflow-y: hidden;
  position: relative;
  overflow-x: scroll;
  border-radius: 8px 8px 0px 0px;
  background-color: #fff;
  box-shadow: 0px -0.5px 0px 0px #C9C9C9 inset;
}
.transfermobileresault main .nav_wrap .nav-pills {
  display: inline-table;
  white-space: nowrap;
}
.transfermobileresault main .nav_wrap .nav-pills .nav-item {
  display: inline-block;
}
.transfermobileresault main .nav_wrap .nav-pills .nav-item .nav-link {
  border-radius: 0;
  width: 93.75px;
  color: #909090;
  font-weight: 500;
  font-size: 1em;
  padding: 10px 0;
  text-align: center;
}
.transfermobileresault main .nav_wrap .nav-pills .nav-item .nav-link.active {
  background-color: #fff;
  color: #0078C8;
  position: relative;
}
.transfermobileresault main .nav_wrap .nav-pills .nav-item .nav-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #0078C8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.transfermobileresault main #pills-tabContent {
  padding: 8px 0 8px 4px;
  background-color: #fff;
  overflow-y: hidden;
  position: relative;
  overflow-x: scroll;
}
.transfermobileresault main #pills-tabContent ul {
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  white-space: nowrap;
}
.transfermobileresault main #pills-tabContent ul li {
  overflow: hidden;
  margin: 0;
  display: inline-block;
  border-radius: 12px;
}
.transfermobileresault main #pills-tabContent ul li img {
  width: 150px;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
  padding: 4px;
}
.transfermobileresault main #pills-tabContent ul li.active {
  border: 1.5px solid #0078C8;
}
.transfermobileresault main .bless_wrap {
  padding: 15px 14px 12px 14px;
  position: relative;
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  margin: 0 0 12px;
}
.transfermobileresault main .bless_wrap .title {
  color: #4B4B4B;
  font-weight: 500;
  font-size: 0.875em;
}
.transfermobileresault main .bless_wrap textarea {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  margin: 8px 0 0;
  color: #4B4B4B;
  font-size: 0.875em;
  font-weight: 400;
  outline: none;
}
.transfermobileresault main .bless_wrap textarea:placeholder {
  color: #909090;
}
.transfermobileresault main .bless_wrap .ul_wrap {
  width: 100%;
  overflow-y: hidden;
  position: relative;
  overflow-x: scroll;
}
.transfermobileresault main .bless_wrap .ul_wrap ul {
  padding: 0;
  margin: 0 0 8px;
  display: inline-table;
  white-space: nowrap;
}
.transfermobileresault main .bless_wrap .ul_wrap ul li {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  padding: 4px 8px;
  border: 1px solid #ACACAC;
  border-radius: 4px;
  margin: 0 8px 0 0;
}
.transfermobileresault main .bless_wrap .ul_wrap ul li:active {
  color: #0078C8;
  background: #F1FAFF;
  border: 1px solid #0078C8;
}
.transfermobileresault main .bless_wrap .wordsNum {
  color: #C9C9C9;
  font-weight: 400;
  font-size: 0.625em;
  position: absolute;
  right: 14px;
  top: 15px;
}
.transfermobileresault main .bless_wrap .note {
  margin: 12px 0 0;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #909090;
  padding: 0;
}
.transfermobileresault main .getdetail {
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  font-size: 0.875em;
  font-weight: 500;
  color: #4B4B4B;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 0 12px;
}
.transfermobileresault main .getdetail:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 26px;
  background-image: url(../image/backs6f.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.transfermobileresault main .getdetail:after {
  content: "您可以在轉贈紀錄中找到分享的連結";
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #6F6F6F;
}
.transfermobileresault main .notice {
  position: relative;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  letter-spacing: 0px;
  color: #6f6f6f;
}
.transfermobileresault main .notice:before {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  margin: 0 8px 0 0;
  background-image: url(../image/notice.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.transfermobileresault footer {
  width: 100%;
  background: #fff;
  padding: 8px 12px 12px 12px;
  position: fixed;
  left: 0;
  bottom: 0;
}
.transfermobileresault footer button {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #0078C8;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  margin: 0;
  border: none;
}
.transfermobileresault footer.social {
  padding: 0;
}
.transfermobileresault footer.social .btn_wrap {
  padding: 8px 6px 12px 6px;
}
.transfermobileresault footer.social .btn_wrap button {
  flex: 1;
  margin: 0 6px;
}
.transfermobileresault footer.social .btn_wrap button.qrcode {
  border: 1px solid #2391DA;
  background: #fff;
  color: #0078C8;
}
.transfermobileresault footer.social .notice {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF3EB;
  color: #EF6500;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  text-align: center;
  padding: 4px 0;
}
.transfermobileresault footer.social .notice:before {
  display: block;
  content: "";
  margin: 0 4px 0 0;
  width: 16px;
  height: 16px;
  background-image: url(../image/notice-o.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.transfersocial2025 {
  background-color: #F5F5F5;
  background-image: url(../image/transfermobile2025-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top 44px;
  font-size: 18px;
}
.transfersocial2025 header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfersocial2025 main {
  padding: 12px 12px 63px 12px;
}
.transfersocial2025 main .sentgift {
  position: relative;
  margin: 0 0 16px;
}
.transfersocial2025 main .sentgift h2 {
  font-size: 1em;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0 0 4px 12px;
  close: #4b4b4b;
}
.transfersocial2025 main .sentgift .card-group {
  padding: 32px 0 0;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #fff;
  position: relative;
}
.transfersocial2025 main .sentgift .card-group:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(255, 215, 111);
  position: absolute;
  left: 0;
  top: 18.54px;
}
.transfersocial2025 main .sentgift .card-group:after {
  content: "";
  display: block;
  width: 36px;
  height: 29px;
  background-image: url(../image/bowtie.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2.21px;
  left: 50%;
  margin-left: -18px;
}
.transfersocial2025 main .sentgift .card-group .card {
  border: none;
  margin: 0;
  padding: 8px 12px;
  flex-direction: row;
  background-color: transparent;
}
.transfersocial2025 main .sentgift .card-group .card img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  margin: 0 8px 0 0;
  border: 0.5px solid rgb(201, 201, 201);
}
.transfersocial2025 main .sentgift .card-group .card .card-body {
  padding: 0;
}
.transfersocial2025 main .sentgift .card-group .card .card-body .card-title {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #4B4B4B;
  margin: 0;
}
.transfersocial2025 main .sentgift .card-group .card .card-body .card-text {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
  padding: 0;
}
.transfersocial2025 main .sentgift .card-group .card .num-in {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.transfersocial2025 main .sentgift .card-group .card .num-in input {
  width: 40px;
  height: 28px;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 28px;
  text-align: center;
  border: none;
  color: #4b4b4b;
}
.transfersocial2025 main .sentgift .card-group .card .num-in .minus, .transfersocial2025 main .sentgift .card-group .card .num-in .plus {
  width: 22px;
  height: 22px;
  border: 0.5px solid rgb(201, 201, 201);
  border-radius: 20px;
  position: relative;
  display: block;
}
.transfersocial2025 main .sentgift .card-group .card .num-in .minus:before, .transfersocial2025 main .sentgift .card-group .card .num-in .plus:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #C9C9C9;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
}
.transfersocial2025 main .sentgift .card-group .card .num-in .minus.active:before, .transfersocial2025 main .sentgift .card-group .card .num-in .minus.active:after, .transfersocial2025 main .sentgift .card-group .card .num-in .plus.active:before, .transfersocial2025 main .sentgift .card-group .card .num-in .plus.active:after {
  background: #4B4B4B;
}
.transfersocial2025 main .sentgift .card-group .card .num-in .plus:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #C9C9C9;
  position: absolute;
  left: 50%;
  margin-top: -6px;
  top: 50%;
}
.transfersocial2025 main .sentgift .morebtn {
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0.5px 0px 0px rgb(201, 201, 201) inset;
  padding: 8px 0;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #0078C8;
  background: #fff;
  transition: all 0.6s;
}
.transfersocial2025 main .sentgift .morebtn.active:after {
  rotate: 90deg;
}
.transfersocial2025 main .sentgift .morebtn:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../image/header-back-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  rotate: -90deg;
  margin: 0;
  transition: all 0.8s;
}
.transfersocial2025 main .sentgift .selected {
  padding: 8px 0 8px 12px;
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  box-shadow: 0px 0.5px 0px 0px rgb(201, 201, 201) inset;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #fff;
}
.transfersocial2025 main .sentgift .selected .blue {
  color: #0078c8;
}
.transfersocial2025 main .sentnum {
  background: #fff;
  border-radius: 8px;
  padding: 0;
  margin: 0 0 16px;
}
.transfersocial2025 main .sentnum .title_wrap {
  position: relative;
  box-shadow: 0px -0.5px 0px 0px #C9C9C9 inset;
  padding: 4px 12px;
  display: none !important;
}
.transfersocial2025 main .sentnum .title_wrap.active {
  display: flex !important;
}
.transfersocial2025 main .sentnum .title_wrap h6 {
  color: #0078c8;
  font-weight: 500;
  font-size: 1em;
  line-height: 24px;
}
.transfersocial2025 main .sentnum .title_wrap h6 p {
  padding: 0;
  margin: 0;
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
}
.transfersocial2025 main .sentnum .title_wrap img {
  width: 72px;
}
.transfersocial2025 main .sentnum .select_num {
  position: relative;
  height: 72px;
  padding: 0 12px;
}
.transfersocial2025 main .sentnum .select_num p {
  padding: 0;
  margin: 0;
  color: #4b4b4b;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.transfersocial2025 main .sentnum .select_num .num_wrap.active .errortxt {
  display: block;
}
.transfersocial2025 main .sentnum .select_num .num_wrap .errortxt {
  color: #E52730;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  padding: 0;
  margin: 0;
  display: none;
}
.transfersocial2025 main .giveaway {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  margin: 0 0 16px;
}
.transfersocial2025 main .giveaway .share2 {
  position: absolute;
  top: 24px;
  width: calc(100% - 16px);
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  padding: 8px 0;
  font-weight: 500;
  font-size: 0.875em;
  border-radius: 8px;
  left: 8px;
  text-align: center;
  display: none;
  z-index: 1;
}
.transfersocial2025 main .giveaway .share2.active {
  display: block;
}
.transfersocial2025 main .giveaway .title {
  font-size: 1em;
  font-weight: 500;
  color: #4B4B4B;
  display: flex;
  flex-direction: column;
}
.transfersocial2025 main .giveaway .title::after {
  content: "使用平分、隨機、自訂，發送人數最少 2 人";
  display: block;
  font-size: 0.75em;
  font-weight: 400;
  color: #909090;
  margin: -4px 0 0;
}
.transfersocial2025 main .giveaway .ul_wrap {
  width: 100%;
  overflow-y: hidden;
  position: relative;
  margin: 12px 0 0;
  overflow-x: scroll;
}
.transfersocial2025 main .giveaway .ul_wrap.one ul {
  position: relative;
}
.transfersocial2025 main .giveaway .ul_wrap.one ul .hidebtn {
  display: block;
}
.transfersocial2025 main .giveaway .ul_wrap.one ul::before {
  content: "";
  display: block;
  width: calc(100% - 96px);
  height: 172.72px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.transfersocial2025 main .giveaway .ul_wrap.onlytwo {
  overflow-x: initial;
}
.transfersocial2025 main .giveaway .ul_wrap.onlytwo ul {
  display: flex;
}
.transfersocial2025 main .giveaway .ul_wrap.onlytwo ul li {
  width: calc((100% - 8px) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
@media all and (max-width: 376px) {
  .transfersocial2025 main .giveaway .ul_wrap.onlytwo ul li {
    padding: 0px 4px 8px 8px;
  }
}
@media all and (max-width: 376px) {
  .transfersocial2025 main .giveaway .ul_wrap.onlytwo ul li img {
    width: 62px;
    height: auto;
    margin: 4px 0px 0 0px;
  }
}
.transfersocial2025 main .giveaway .ul_wrap.onlytwo ul li:last-child {
  margin: 0;
}
.transfersocial2025 main .giveaway .ul_wrap.other ul {
  position: relative;
}
.transfersocial2025 main .giveaway .ul_wrap.other ul::before {
  content: "";
  display: block;
  width: 96px;
  height: 141.46px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.transfersocial2025 main .giveaway .ul_wrap ul {
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-table;
  white-space: nowrap;
}
.transfersocial2025 main .giveaway .ul_wrap ul .hidebtn {
  width: calc(100% - 96px);
  height: 172.72px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.transfersocial2025 main .giveaway .ul_wrap ul li {
  width: 96px;
  overflow: hidden;
  border: 0.5px solid #ACACAC;
  margin: 0 8px 0 0;
  padding: 8px 4px 8px 8px;
  display: inline-block;
  border-radius: 8px;
  height: 140px;
}
.transfersocial2025 main .giveaway .ul_wrap ul li.disabled {
  opacity: 0.4;
}
.transfersocial2025 main .giveaway .ul_wrap ul li.select {
  opacity: 1;
}
.transfersocial2025 main .giveaway .ul_wrap ul li.selected {
  background-color: #F1FAFF;
  border: 1px solid #0078C8;
}
.transfersocial2025 main .giveaway .ul_wrap ul li.selected p {
  color: #0078C8;
}
.transfersocial2025 main .giveaway .ul_wrap ul li.selected p span {
  color: #6F6F6F;
}
.transfersocial2025 main .giveaway .ul_wrap ul li.selected img.noselect {
  display: none;
}
.transfersocial2025 main .giveaway .ul_wrap ul li.selected img.selected {
  display: block;
}
.transfersocial2025 main .giveaway .ul_wrap ul li p {
  padding: 0;
  margin: 0;
  color: #4B4B4B;
  font-size: 0.875em;
  font-weight: 500;
  width: 100%;
  word-break: break-all;
}
.transfersocial2025 main .giveaway .ul_wrap ul li p span {
  font-size: 0.714285em;
  font-weight: 400;
  color: #6F6F6F;
  width: 100%;
  display: block;
  white-space: wrap;
  height: 28px;
}
.transfersocial2025 main .giveaway .ul_wrap ul li img {
  width: 70px;
  height: 70px;
  margin: 4px 5px 0 5px;
}
.transfersocial2025 main .giveaway .ul_wrap ul li img.noselect {
  display: block;
}
.transfersocial2025 main .giveaway .ul_wrap ul li img.selected {
  display: none;
}
.transfersocial2025 main .award_wrap {
  position: relative;
  margin: 0 0 12px;
  display: none;
}
.transfersocial2025 main .award_wrap .blue_bg {
  border-radius: 8px 8px 0px 0px;
  background-color: #EAF7FF;
  padding: 12px 12px 8px 12px;
}
.transfersocial2025 main .award_wrap .blue_bg h6 {
  color: #4B4B4B;
  font-weight: 500;
  font-size: 1em;
  margin: 0;
}
.transfersocial2025 main .award_wrap .blue_bg h6 p {
  padding: 0;
  margin: 0;
  font-size: 0.75em;
  font-weight: 400;
}
.transfersocial2025 main .award_wrap .blue_bg span {
  color: #0078C8;
  font-size: 0.75em;
  word-break: keep-all;
  text-align: right;
}
.transfersocial2025 main .award_wrap .table {
  background-color: #fff;
  border-radius: 8px;
  margin: 0;
  border: none;
  border-collapse: initial;
}
.transfersocial2025 main .award_wrap .table th, .transfersocial2025 main .award_wrap .table td {
  border-top: none;
}
.transfersocial2025 main .award_wrap .table thead {
  box-shadow: 0px -0.5px 0px 0px #C9C9C9 inset;
}
.transfersocial2025 main .award_wrap .table thead th {
  color: #6F6F6F;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  border-bottom: none;
  word-break: keep-all;
}
.transfersocial2025 main .award_wrap .table thead th:nth-child(2), .transfersocial2025 main .award_wrap .table thead th:nth-child(3) {
  text-align: right;
}
.transfersocial2025 main .award_wrap .table thead th:nth-child(3) {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.transfersocial2025 main .award_wrap .table tbody tr th {
  font-size: 14px;
  font-weight: 400;
  color: #4B4B4B;
  border-style: none;
  line-height: 280%;
}
.transfersocial2025 main .award_wrap .table tbody td {
  font-size: 14px;
  font-weight: 400;
  border-style: none;
  text-align: left;
  color: #4B4B4B;
}
.transfersocial2025 main .award_wrap .table tbody td:nth-child(2), .transfersocial2025 main .award_wrap .table tbody td:nth-child(3) {
  padding: 16px 0 16px 12px;
  position: relative;
}
.transfersocial2025 main .award_wrap .table tbody td:nth-child(2)::after, .transfersocial2025 main .award_wrap .table tbody td:nth-child(3)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C9C9C9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.transfersocial2025 main .award_wrap .table tbody td:nth-child(2) {
  padding: 16px 8px 16px 12px;
}
.transfersocial2025 main .award_wrap .table tbody td:nth-child(2)::after {
  left: -8px;
}
.transfersocial2025 main .award_wrap .table tbody td:nth-child(3):after {
  right: 0;
  left: inherit;
  width: calc(100% - 8px);
}
.transfersocial2025 main .award_wrap .table tbody td:last-child img {
  margin: 7px 0 0;
}
.transfersocial2025 main .award_wrap .table tbody td input {
  width: calc(100% - 20px);
  border: none;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #4B4B4B;
}
.transfersocial2025 main .award_wrap .table tbody td input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #ACACAC;
}
.transfersocial2025 main .award_wrap .table tbody td input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #ACACAC;
}
.transfersocial2025 main .award_wrap .table tbody td input:focus {
  outline: none;
}
.transfersocial2025 main .award_wrap .setinfo {
  color: #6F6F6F;
  font-size: 12px;
  font-weight: 400;
  padding: 28px 12px 20px 12px;
  background-color: #fff;
  margin: -8px 0 0;
}
.transfersocial2025 main .award_wrap .setinfo .blue {
  color: #0078C8;
}
.transfersocial2025 main .award_wrap .setinfo .orange {
  color: #EF6500;
}
.transfersocial2025 main .award_wrap .setinfo p {
  padding: 0;
  margin: 0;
}
.transfersocial2025 main .award_wrap .setinfo p.errortxt {
  color: rgb(229, 39, 48);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: none;
}
.transfersocial2025 main .award_wrap .setinfo.error p.generally {
  display: none;
}
.transfersocial2025 main .award_wrap .setinfo.error p.errortxt {
  display: block;
}
.transfersocial2025 main .award_wrap .addbtn {
  border: none;
  height: 44px;
  width: 100%;
  text-align: center;
  background: transparent;
  color: #0078c8;
  position: relative;
  font-size: 0.875em;
  font-weight: 400;
  box-shadow: 0px 0.5px 0px 0px #C9C9C9 inset;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/add.svg);
  background-color: #fff;
  background-size: 15px 15px;
  background-position: 38% 13px;
  background-repeat: no-repeat;
  border-radius: 0;
  border-radius: 0 0 8px 8px;
}
.transfersocial2025 main .award_wrap .addbtn:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #ffcc00;
  position: absolute;
  left: 0;
  top: 0;
}
.transfersocial2025 main .award_wrap .addbtn:disabled {
  color: #A4D1EF;
  background-image: url(../image/add-disabled.svg);
}
.transfersocial2025 main .alert {
  position: relative;
  display: flex;
  line-height: 18px;
  color: #6f6f6f;
  font-size: 0.75em;
  font-weight: 400;
  padding: 0;
  align-items: center;
  margin: 0 0 20px;
}
.transfersocial2025 main .alert::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  background-image: url(../image/alert.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.transfersocial2025 footer {
  background: #fff;
  width: 100%;
  padding: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.transfersocial2025 footer button {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #0078c8;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 1em;
  border: none;
}
.transfersocial2025 footer button:disabled {
  opacity: 0.3;
}

.num-in {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.num-in input {
  width: 40px;
  height: 28px;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 28px;
  text-align: center;
  border: none;
  color: #4b4b4b;
}
.num-in .minus, .num-in .plus {
  width: 22px;
  height: 22px;
  border: 0.5px solid rgb(201, 201, 201);
  border-radius: 20px;
  position: relative;
  display: block;
}
.num-in .minus:before, .num-in .plus:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #C9C9C9;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
}
.num-in .minus.active:before, .num-in .minus.active:after, .num-in .plus.active:before, .num-in .plus.active:after {
  background: #4B4B4B;
}
.num-in .plus:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #C9C9C9;
  position: absolute;
  left: 50%;
  margin-top: -6px;
  top: 50%;
}

.setmodal .modal-content {
  border: none;
  border-radius: 20px;
  width: 296px;
  margin: auto;
  overflow: inherit !important;
}
.setmodal .modal-content .modal-body {
  padding: 24px 24px 0 24px;
  overflow-y: inherit !important;
}
.setmodal .modal-content .close {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: -56px;
  left: 50%;
  margin-left: -18px;
  opacity: 1;
  background-image: url(../image/close-false-clear.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.setmodal .slick-slider .slick-track {
  width: 744px !important;
}
.setmodal .slider {
  margin: 0;
  width: 248px !important;
  height: 100%;
}
.setmodal .slider .itm {
  text-align: center;
  min-height: 342px;
  display: block;
  width: 248px !important;
  outline: 0;
}
.setmodal .slider .itm h3 {
  text-align: center;
  margin: 8px 0 4px 0;
  font-size: 1.125em;
  font-weight: 500;
}
.setmodal .slider .itm p {
  margin: 0;
  color: #6f6f6f;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.setmodal .slider .itm .ilustration {
  display: block;
  width: 248px;
  margin: 0;
  text-align: center;
}
.setmodal .slider .itm .ilustration img {
  width: 248px;
}
.setmodal .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  bottom: 24px;
}
.setmodal .slick-dots li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  height: 6px;
  width: 6px;
  border: none;
  border-radius: 3px;
  overflow: hidden;
}
.setmodal .slick-dots li button {
  transition: ease all 0.6s;
  background-color: #ececec;
  border: 0;
  border-radius: 3px;
  display: block;
  height: 6px;
  width: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  opacity: 1;
}
.setmodal .slick-dots li.slick-active {
  height: 6px;
  width: 12px;
  transition: all 0.3s;
}
.setmodal .slick-dots li.slick-active button {
  height: 6px;
  width: 12px;
  border-radius: 3px;
  background-color: #0078C8;
  opacity: 1;
}
.setmodal .slick-prev, .setmodal .slick-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
  position: absolute;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  font-size: 0;
  top: 50%;
  margin: -10px 0 0;
}
.setmodal .slick-prev {
  left: -50px;
  z-index: 999;
  background-image: url(../image/arrow-l.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.setmodal .slick-prev.slick-disabled {
  display: none !important;
}
.setmodal .slick-next {
  right: -50px;
  z-index: 999;
  background-image: url(../image/arrow-r.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.setmodal .slick-next.slick-disabled {
  display: none !important;
}

.transfermobile2025barcode {
  background-color: #F5F5F5;
}
.transfermobile2025barcode header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfermobile2025barcode main {
  padding: 12px 12px 63px 12px;
}
.transfermobile2025barcode main .title_wrap {
  position: relative;
  height: 88px;
}
.transfermobile2025barcode main .title_wrap .tit {
  margin: 21px 0 0;
}
.transfermobile2025barcode main .title_wrap .tit h2 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  color: #0078c8;
}
.transfermobile2025barcode main .title_wrap .tit p {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
}
.transfermobile2025barcode main .title_wrap img {
  width: 180px;
}
.transfermobile2025barcode main .barcode_wrap {
  border-radius: 8px;
  background: #fff;
}
.transfermobile2025barcode main .barcode_wrap .title {
  padding: 12px;
  box-shadow: 0px -0.5px 0px 0px #C9C9C9 inset;
}
.transfermobile2025barcode main .barcode_wrap .title .sn {
  color: #2c2c2c;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  display: flex;
}
.transfermobile2025barcode main .barcode_wrap .title .sn:before {
  content: "序號";
  display: block;
  color: #6F6F6F;
  font-weight: 400;
  font-size: 0.875em;
  margin: 0 4px 0 0;
}
.transfermobile2025barcode main .barcode_wrap .title .back {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.785em;
  display: flex;
}
.transfermobile2025barcode main .barcode_wrap .title .back:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url(../image/header-back-g.svg);
  background-repeat: no-repeat;
  margin: 0 4px 0 0;
}
.transfermobile2025barcode main .barcode_wrap .barcode {
  padding: 40px 0 12px 0;
  text-align: center;
}
.transfermobile2025barcode main .barcode_wrap .barcode img {
  width: 200px;
}
.transfermobile2025barcode main .barcode_wrap .barcode .time {
  margin: 20px 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
}
.transfermobile2025barcode main .notice {
  padding: 0;
  margin: 20px 12px 0 20px;
}
.transfermobile2025barcode main .notice li {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  list-style-type: decimal;
}
.transfermobile2025barcode main .notice li .orange {
  color: #EF6500;
}
.transfermobile2025barcode footer {
  background: #fff;
  padding: 12px 4px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.transfermobile2025barcode footer button {
  border-radius: 30px;
  background: #fff;
  color: #0078C8;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  border: 1px solid #2391DA;
  margin: 0 8px;
  flex: 1;
  padding: 0;
}

.transfermobile2025getgiftfirst {
  background-color: #F5F5F5;
}
.transfermobile2025getgiftfirst header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfermobile2025getgiftfirst main {
  padding: 12px 12px 63px 12px;
}
.transfermobile2025getgiftfirst main .title_wrap {
  position: relative;
  height: 88px;
}
.transfermobile2025getgiftfirst main .title_wrap .tit {
  margin: 21px 0 0;
}
.transfermobile2025getgiftfirst main .title_wrap .tit h2 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  color: #0078c8;
}
.transfermobile2025getgiftfirst main .title_wrap .tit p {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
}
.transfermobile2025getgiftfirst main .title_wrap img {
  width: 180px;
}
.transfermobile2025getgiftfirst main .getnotice {
  background: #F1FAFF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 8px 0;
  font-weight: 500;
  font-size: 0.875em;
  display: flex;
  justify-content: center;
}
.transfermobile2025getgiftfirst main .getnotice:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  background-image: url(../image/check-success-finish-b.svg);
  background-size: contain;
}
.transfermobile2025getgiftfirst main .info {
  padding: 6px 0;
  margin: 0;
  background: #fff;
}
.transfermobile2025getgiftfirst main .info li {
  padding: 6px 12px;
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.875em;
}
.transfermobile2025getgiftfirst main .info li span:last-child {
  color: #4B4B4B;
}
.transfermobile2025getgiftfirst main .info li span .blue {
  color: #0078c8;
}
.transfermobile2025getgiftfirst main .card-group {
  box-shadow: 0px 0.5px 0px 0px #C9C9C9 inset;
  background: #fff;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.transfermobile2025getgiftfirst main .card-group .card {
  border: none;
  margin: 0 0 4px;
  padding: 8px 12px;
  flex-direction: row;
  background-color: transparent;
}
.transfermobile2025getgiftfirst main .card-group .card.exchange {
  position: relative;
}
.transfermobile2025getgiftfirst main .card-group .card.exchange img, .transfermobile2025getgiftfirst main .card-group .card.exchange .card-body {
  opacity: 0.5;
}
.transfermobile2025getgiftfirst main .card-group .card.exchange:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 12px;
  top: 8px;
  z-index: 1;
  background-image: url(../image/exchange.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.transfermobile2025getgiftfirst main .card-group .card img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  margin: 0 8px 0 0;
  border: 0.5px solid rgb(201, 201, 201);
}
.transfermobile2025getgiftfirst main .card-group .card .card-body {
  padding: 0;
}
.transfermobile2025getgiftfirst main .card-group .card .card-body .card-title {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #363636;
  margin: 0 0 2px;
}
.transfermobile2025getgiftfirst main .card-group .card .card-body .card-title.subscription, .transfermobile2025getgiftfirst main .card-group .card .card-body .card-title.reserve {
  display: flex;
}
.transfermobile2025getgiftfirst main .card-group .card .card-body .card-title.subscription:before, .transfermobile2025getgiftfirst main .card-group .card .card-body .card-title.reserve:before {
  content: "訂閱";
  border: 0.5px solid #A4D1EF;
  color: #0078C8;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  margin: 0 4px 0 0;
  padding: 0 2px;
  border-radius: 4px;
}
.transfermobile2025getgiftfirst main .card-group .card .card-body .card-title.reserve:before {
  content: "預約";
}
.transfermobile2025getgiftfirst main .card-group .card .card-body .card-text {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
  padding: 0;
  margin: 0 0 2px;
}
.transfermobile2025getgiftfirst main .card-group .card .card-body .num-txt {
  color: #2391DA;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  margin: 0;
}
.transfermobile2025getgiftfirst main .card-group .morebtn {
  position: absolute;
  width: 100%;
  height: 76px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 52%);
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.6s;
}
.transfermobile2025getgiftfirst main .card-group .morebtn span {
  color: rgb(111, 111, 111);
  font-weight: 400;
  font-size: 0.875em;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 47px 0 0;
  transition: all 0.6s;
}
.transfermobile2025getgiftfirst main .card-group .morebtn span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 4px;
  transform: rotate(-90deg);
  transition: all 0.6s;
  background-image: url(../image/header-back-g.svg);
  background-size: 94%;
  background-repeat: no-repeat;
}
.transfermobile2025getgiftfirst main .card-group .morebtn.active {
  background: none;
  height: 32px;
}
.transfermobile2025getgiftfirst main .card-group .morebtn.active span {
  margin: 4px 0 0;
}
.transfermobile2025getgiftfirst main .card-group .morebtn.active span:after {
  transform: rotate(90deg);
}
.transfermobile2025getgiftfirst main .notice {
  padding: 0;
  margin: 20px 12px 20px 20px;
}
.transfermobile2025getgiftfirst main .notice li {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  list-style-type: decimal;
}
.transfermobile2025getgiftfirst main .notice li .orange {
  color: #EF6500;
}
.transfermobile2025getgiftfirst footer {
  background: #fff;
  padding: 12px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.transfermobile2025getgiftfirst footer button {
  border-radius: 30px;
  background: #fff;
  color: #0078C8;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  border: 1px solid #2391DA;
  margin: 0;
  padding: 0;
  width: 38%;
}
.transfermobile2025getgiftfirst footer button.open {
  width: 58%;
  background: #0078C8;
  color: #fff;
}

.transfermobile2025exchange {
  background-color: #F5F5F5;
}
.transfermobile2025exchange header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfermobile2025exchange main {
  padding: 12px 12px 63px 12px;
}
.transfermobile2025exchange main .card-group {
  background: #fff;
  position: relative;
  border-radius: 8px;
}
.transfermobile2025exchange main .card-group h6 {
  color: #4B4B4B;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 0 0 12px;
  margin: 0;
}
.transfermobile2025exchange main .card-group p {
  color: #909090;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  margin: 0 0 4px 12px;
}
.transfermobile2025exchange main .card-group .card {
  border: none;
  margin: 0 0 4px;
  padding: 8px 12px;
  flex-direction: row;
  background-color: transparent;
  align-items: center;
}
.transfermobile2025exchange main .card-group .card.soldout img, .transfermobile2025exchange main .card-group .card.soldout .card-body, .transfermobile2025exchange main .card-group .card.reserve img, .transfermobile2025exchange main .card-group .card.reserve .card-body {
  opacity: 0.5;
}
.transfermobile2025exchange main .card-group .card.soldout .checkbox, .transfermobile2025exchange main .card-group .card.reserve .checkbox {
  border: none;
  background: rgb(172, 172, 172);
}
.transfermobile2025exchange main .card-group .card.exchange {
  position: relative;
}
.transfermobile2025exchange main .card-group .card.exchange img, .transfermobile2025exchange main .card-group .card.exchange .card-body {
  opacity: 0.5;
}
.transfermobile2025exchange main .card-group .card.exchange:before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 42px;
  top: 8px;
  z-index: 1;
  background-image: url(../image/exchange.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.transfermobile2025exchange main .card-group .card.exchange .checkbox {
  border: none;
  background: rgb(172, 172, 172);
}
.transfermobile2025exchange main .card-group .card.check .checkbox {
  background-color: #0078c8;
  border: none;
  position: relative;
}
.transfermobile2025exchange main .card-group .card.check .checkbox:before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-image: url(../image/select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 3px;
  top: 5px;
}
.transfermobile2025exchange main .card-group .card .checkbox {
  border: 1px solid rgb(111, 111, 111);
  border-radius: 4px;
  margin: 0 12px 0 0;
  width: 18px;
  height: 18px;
}
.transfermobile2025exchange main .card-group .card img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  margin: 0 8px 0 0;
  border: 0.5px solid rgb(201, 201, 201);
}
.transfermobile2025exchange main .card-group .card .card-body {
  padding: 0;
}
.transfermobile2025exchange main .card-group .card .card-body .card-title {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 20px;
  color: #363636;
  margin: 0 0 2px;
}
.transfermobile2025exchange main .card-group .card .card-body .card-title.subscription, .transfermobile2025exchange main .card-group .card .card-body .card-title.reserve {
  display: flex;
}
.transfermobile2025exchange main .card-group .card .card-body .card-title.subscription:before, .transfermobile2025exchange main .card-group .card .card-body .card-title.reserve:before {
  content: "訂閱";
  border: 1px solid #A4D1EF;
  color: #0078C8;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  margin: 0 4px 0 0;
  padding: 0 2px;
  border-radius: 4px;
  display: block;
}
.transfermobile2025exchange main .card-group .card .card-body .card-title.reserve:before {
  content: "預約";
}
.transfermobile2025exchange main .card-group .card .card-body .card-text {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  color: #6F6F6F;
  padding: 0;
  margin: 0 0 2px;
}
.transfermobile2025exchange main .card-group .card .card-body .num-txt {
  color: #2391DA;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  margin: 0;
}
.transfermobile2025exchange main .notice {
  padding: 0;
  margin: 20px 12px 20px 20px;
}
.transfermobile2025exchange main .notice li {
  color: #6f6f6f;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 18px;
  list-style-type: decimal;
}
.transfermobile2025exchange main .notice li .orange {
  color: #EF6500;
}
.transfermobile2025exchange footer {
  background: #fff;
  padding: 12px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
.transfermobile2025exchange footer button {
  border-radius: 30px;
  background: #fff;
  color: #0078C8;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  border: 1px solid #2391DA;
  margin: 0;
  padding: 0;
  width: 38%;
}
.transfermobile2025exchange footer button.open {
  width: 58%;
  background: #0078C8;
  color: #fff;
}

.transfermobile2025end {
  background-color: #fff;
}
.transfermobile2025end header {
  box-shadow: 0px 2px 8px 0px rgba(172, 172, 172, 0.1);
}
.transfermobile2025end main {
  padding: 40px 12px 63px 12px;
  text-align: center;
}
.transfermobile2025end main img {
  width: 120px;
  height: 120px;
  margin: 0 auto 8px auto;
}
.transfermobile2025end main h2 {
  font-weight: 500;
  font-size: 1.125em;
  color: rgb(44, 44, 44);
}
.transfermobile2025end main p {
  font-weight: 400;
  font-size: 0.875em;
  margin: 4px 0 0;
  color: #6f6f6f;
}
.transfermobile2025end main .btn_wrap {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
}
.transfermobile2025end main .btn_wrap a {
  display: block;
  width: calc((100% - 8px) / 2);
  font-weight: 500;
  font-size: 1em;
  border: 1px solid #2391DA;
  color: #0078c8;
  line-height: 38px;
  text-align: center;
  border-radius: 20px;
}
.transfermobile2025end main .btn_wrap a.blue {
  background: #0078c8;
  color: #fff;
  border: none;
}