@charset "UTF-8";
.color01 {
  color: #e40016;
}

.color02 {
  color: #737373;
}

.color03 {
  color: #006FCF;
}

.color04 {
  color: #316dc8;
}

.bg01 {
  background: rgba(49, 109, 200, 0.3);
}

.bg02 {
  background: rgba(193, 222, 238, 0.2);
}

.fz01 {
  font-size: 0.8rem;
}

.fz02 {
  font-size: 1.2rem;
}

.fw-300 {
  font-weight: 300;
}

.border-color01 {
  border: 1px solid #316dc8;
}

.mtb-lg-8px {
  margin-top: 8px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 62em) {
  .mtb-lg-8px {
    margin-top: 0px;
    margin-bottom: 8px;
  }
}

.w-65 {
  width: 65%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: 1.6rem;
  transition: all 0.3s ease;
  color: #2d2d2d;
}

a {
  color: #316dc8;
}
a:hover {
  color: #316dc8;
  text-decoration: none;
}
a:focus {
  outline: none;
}

figure {
  margin-bottom: 0;
}

.header {
  position: relative;
  box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  background: #fff;
  padding: 6px 0;
}

.banner {
  position: relative;
  background: url(../_img/banner.jpg) 60% 65% no-repeat;
  height: 350px;
}
.banner .slider-item {
  position: relative;
}
.banner .text {
  position: absolute;
  bottom: 30%;
  left: 10%;
  color: #fff;
}
.banner .down {
  position: absolute;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  bottom: -20px;
  z-index: 999;
  background: #5689d6;
  border-radius: 100%;
  box-shadow: 0em 0em 10px rgba(0, 0, 0, 0.3);
}
.banner .down i {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -16px;
}

.main {
  text-align: center;
}
.main .title-text {
  font-size: 36px;
  color: #000;
  margin: 4rem 0;
  position: relative;
  letter-spacing: 0.3rem;
}
.main .title-text span {
  margin: 1.2rem 0 0;
  color: #999999;
  display: block;
  font-size: 13.5px;
  letter-spacing: 0.2rem;
}
.main .title-text:after {
  content: "";
  width: 25%;
  height: 1px;
  background: #c3c3c3;
  position: absolute;
  top: 20px;
  right: 2%;
}
.main .title-text:before {
  content: "";
  width: 25%;
  height: 1px;
  background: #c3c3c3;
  position: absolute;
  top: 20px;
  left: 2%;
}
.main .product .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  color: #fff;
  padding: 10px;
  z-index: 2;
}
.main .product .text i {
  font-size: 64.5px;
  opacity: 0.2;
}
.main .product .text h2 {
  padding: 0rem 0rem 2.5rem;
  letter-spacing: 0.05rem;
  margin-top: -3rem;
  font-size: 20.25px;
}
.main .product .text p {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0rem 2.5rem 0rem;
  padding: 1rem 0rem 0;
  letter-spacing: 0.1rem;
  font-size: 30px;
  line-height: 2.8rem;
  transition: all 0.3s ease;
  min-height: 110px;
}
.main .product a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .product a .btn {
  display: none;
  margin-top: 0.5rem;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  min-width: 30%;
  padding: 0.5rem 1.5rem;
}
.main .product a:hover .btn {
  display: inline-block;
}
.main .product a:hover p {
  border-top: none;
  margin-top: -2rem;
  transition: all 0.3s ease;
}
.main .product .cover {
  position: absolute;
  z-index: 1;
  background: linear-gradient(#bdd1ef 0%, #316dc8 100%);
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  text-align: center;
  opacity: 0.8;
}
.main .product .cover.trans {
  transition: all 0.2s;
  backface-visibility: hidden;
}
.main .product-list a {
  border-radius: 8px;
  box-shadow: 0 4px 0 0 rgba(204, 204, 204, 0.5);
  border: solid 1px #c3c3c3;
  background-color: #f8f8f8;
  margin: 15px 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
}
.main .product-list a .text {
  background: #f8f8f8;
  font-size: 19.5px;
  padding: 10px;
  color: #2d2d2d;
  font-weight: bold;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .main .product-list a .text {
    font-size: 16.05px;
  }
}
.main .product-list a .text span {
  display: block;
  font-size: 13.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #006FCF;
}
.main .product-list a .text span.usetimes {
  font-size: 15px;
  margin-top: auto;
  color: #006FCF;
  border-top: 1px solid #ccc;
  padding-top: 0.25rem;
}
.main .product-list a .pic {
  min-height: 255px;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  background-color: #fff;
}
.main .product-list a .pic img {
  max-height: 255px;
  flex-shrink: 0;
}
.main .product-list a:hover {
  transform: translateY(-10px);
}

.global-footer {
  background-color: #212121;
  color: #aeaeae;
  padding: 1rem 0;
}

.page {
  background-color: #f2f2f2;
}
.page .content {
  background: #fff;
  padding: 0.8rem 1rem;
  text-align: left;
  position: relative;
}
.page .content .box {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}
.page .content .tit {
  position: relative;
  padding-left: 2.5rem;
  margin: 1rem 0 0 0;
  color: #316dc8;
  position: relative;
  font-size: 15px;
}
.page .content .tit i {
  position: absolute;
  left: 8px;
  top: 5px;
  color: #2d2d2d;
  font-size: 18px;
}
.page .content .title {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 -16px;
  padding: 5px 16px 20px;
}
.page .content .title-2 {
  border-left: 5px solid #316dc8;
  padding: 0 1rem;
  margin: 1rem 0.5rem 0.5rem;
}
.page .content .tel span {
  font-size: 12px;
  background: #fffdad;
  padding: 0.2rem 0.5rem;
  margin-left: 0.5rem;
}
.page .content .tel a {
  margin: 1.5rem 0.5rem;
  line-height: 15px;
}
.page .content .tel p {
  color: #979797;
  margin: 0 0 0 0.5rem;
  font-size: 14px;
}
.page .banner {
  min-height: 170px;
}
.page .banner h2 {
  color: #fff;
  text-shadow: 0 0 10px #000000;
  padding: 0 1rem;
}
.page .step {
  margin: 20px 0;
}
.page .step li {
  width: 25%;
  border-bottom: 1px solid #cfcfcf;
  margin: 0 1rem;
  min-height: 60px;
  position: relative;
}
.page .step li:before {
  content: "\e90b";
  font-family: "icofont";
  color: #c7c7c7;
  position: absolute;
  right: -20px;
  bottom: 40%;
  transform: rotate(-90deg);
}
.page .step li:last-child:before {
  display: none;
}
.page .step li:first-child {
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #000;
}

.total {
  background-color: rgba(49, 109, 200, 0.08);
  padding: 1.5rem 1rem;
}
.total p {
  margin-bottom: 0;
}

.provisions {
  background: #f2f2f2;
  font-size: 18px;
  line-height: 2rem;
  box-shadow: 0 5px 5px -3px #ddd inset;
}
.provisions a {
  color: #000;
}

.side .bg01 {
  padding: 1rem;
  margin: -1rem -1rem 0.3rem -1rem;
}

.member-area p {
  color: #636363;
}

.step > div {
  position: relative;
  margin-bottom: 0.5rem;
  padding-right: 2rem;
}
.step > div span {
  background: #fff;
  padding-right: 0.6rem;
}
.step > div:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 49%;
  height: 2px;
  width: 95%;
  background: #316dc8;
}
.step > div:last-child {
  padding-right: 0rem;
}
.step > div:last-child:after {
  display: none;
}
.step > div b {
  border-radius: 20px;
  border: 2px solid #316dc8;
  color: #316dc8;
  line-height: 36px;
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}

.pr-bg {
  position: relative;
  z-index: 9;
  margin-top: -11rem;
}
.pr-bg > .container {
  background: rgba(255, 255, 255, 0.7);
}

.redeem-txt {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 9;
  background: #fff;
  border: 10px;
  top: 25%;
  width: 90%;
  left: 5%;
  border-radius: 10px;
  padding: 10px;
  opacity: 1;
}

.redeem {
  position: relative;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.redeem:hover {
  transform: translateY(0px) !important;
}
.redeem::after {
  content: "";
  background: rgba(0, 111, 207, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
}

@media (max-width: 1200px) {
  .main .product .text {
    font-size: 15px;
  }
  .main .product .text i {
    font-size: 45px;
  }
  .main .product .text h2 {
    font-size: 15px;
    margin-top: -2.5rem;
    opacity: 0.8;
    letter-spacing: 0.3rem;
  }
  .main .product .text p {
    font-size: 22.5px;
    line-height: 2.2rem;
    min-height: 85px;
  }
  .main .product-list a .pic {
    min-height: 210px;
  }
  .main .product-list a .pic img {
    max-height: 210px;
  }
  .main .title-text {
    font-size: 30px;
  }
  .main .title-text:after, .main .title-text:before {
    width: 25%;
  }
  .banner {
    position: relative;
  }
  .banner .slider-item .txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .banner {
    position: relative;
  }
  .banner .slider-item .txt .pic img {
    width: 55%;
  }
  .main .product-list a .pic {
    min-height: 208px;
  }
  .main .product-list a .pic img {
    max-height: 208px;
  }
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
  }
  .banner .slider-item .txt {
    font-size: 1.5rem;
  }
  .banner .text {
    font-size: 12px;
    left: 13%;
    bottom: 15%;
  }
  .banner .text h1 {
    font-size: 22.5px;
    margin-bottom: 0;
  }
  .banner .down {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    bottom: -35px;
  }
  .banner .down i {
    font-size: 1.4rem;
    position: absolute;
    top: 18%;
    left: 50%;
    margin-left: -11px;
  }
  .main {
    margin-top: 50px;
  }
  .main .title-text {
    font-size: 22.5px;
    margin: 2rem 1rem;
  }
  .main .title-text span {
    font-size: 10.5px;
    margin-top: 0.5rem;
  }
  .main .title-text:after, .main .title-text:before {
    display: none;
  }
  .main .product .text {
    font-size: 15px;
    top: 8%;
  }
  .main .product .text i {
    font-size: 21px;
  }
  .main .product .text h2 {
    font-size: 13.5px;
    padding: 0.5rem 0rem 0.5rem;
  }
  .main .product .text p {
    font-size: 15px;
    line-height: 1.5rem;
  }
  .main .product a .btn {
    display: inline-block;
  }
  .main .product a:before {
    display: none;
  }
  .main .product a:hover .btn {
    display: inline-block;
  }
  .main .product a:hover p {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 0rem;
  }
  .main .product .cover {
    display: none;
  }
  .main .product-list a {
    margin: 10px 5px;
    height: calc(100% - 20px);
  }
  .main .product-list a .pic {
    min-height: 158px;
  }
  .main .product-list a .pic img {
    max-height: 158px;
  }
  .main .product-list a:hover {
    transform: translateY(-10px);
  }
  .main .product-list a .text {
    font-size: 15px;
    line-height: 19.5px;
  }
  .main .step li {
    width: 100%;
    margin: 0 0 0.8rem 0;
  }
  .main .step li:before {
    content: "\e90b";
    font-family: "icofont";
    color: #c7c7c7;
    position: absolute;
    right: 50%;
    bottom: -25px;
    transform: rotate(0deg);
  }
  .main .page .step {
    margin: 0 0 40px 0;
  }
  .provisions {
    font-size: 13.5px;
    line-height: 1.6rem;
  }
}
@media (max-width: 575px) {
  .main .title-text {
    margin: 1.4rem 0rem;
    line-height: 36px;
  }
  .main .product .box {
    margin-bottom: 2px;
  }
  .main .product .text {
    top: 9%;
  }
  .main .product .text i {
    font-size: 49.5px;
    opacity: 0.2;
  }
  .main .product .text h2 {
    padding: 0rem 0rem 2rem;
    margin-top: -3rem;
    font-size: 15px;
    letter-spacing: 0.4rem;
  }
  .main .product .text p {
    font-size: 24px;
    line-height: 2rem;
  }
  .main .product a .btn {
    margin-top: 1rem;
  }
  .down {
    display: none;
  }
  .banner .slider-item .txt {
    line-height: 2rem;
    font-size: 1.8rem;
  }
  .banner .slider-item .txt span {
    display: block;
  }
}
@media (max-width: 414px) {
  .banner {
    height: 220px;
  }
  .banner .slider-item .txt {
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
  .banner .slider-item .txt .pic {
    width: 20%;
  }
  .banner .slider-item .btn {
    font-size: 1rem;
    letter-spacing: 0rem;
    padding: 0.3rem 1rem;
  }
  .main .title-text {
    margin: 1.4rem 0rem;
    line-height: 36px;
  }
  .main .title-text span {
    letter-spacing: 0.1rem;
  }
  .main .product-list a .pic {
    min-height: 116px;
  }
  .main .product-list a .pic img {
    max-height: 116px;
  }
  .main .product-list a .text {
    font-size: 0.8rem;
  }
}
@media (max-width: 390px) {
  .main .product-list a .pic {
    min-height: 108px;
  }
  .main .product-list a .pic img {
    max-height: 108px;
  }
}
@media (max-width: 375px) {
  .main .title {
    margin: 1rem;
  }
  .main .title:after, .main .title:before {
    display: none;
  }
  .main .product-list a .pic {
    min-height: 103px;
  }
  .main .product-list a .pic img {
    max-height: 103px;
  }
  .page .content .box {
    padding: 0.5rem 0rem 0.5rem 2.5rem;
  }
  .page .content .tel a {
    margin: 1.5rem 0;
    width: 100%;
    display: block;
    line-height: 32px;
  }
  .page .content .title {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .main .product .text {
    top: 5%;
  }
  .main .product .text i {
    font-size: 45px;
    opacity: 0.2;
  }
  .main .product .text h2 {
    padding: 0rem 0rem 1.6rem;
    margin-top: -2.8rem;
  }
  .main .product .text p {
    font-size: 18px;
    line-height: 1.6rem;
    min-height: 75px;
  }
  .main .product a .btn {
    margin-top: 0.8rem;
  }
  .main .product-list a .pic {
    min-height: 85px;
  }
  .main .product-list a .pic img {
    max-height: 85px;
  }
}
.after_dash {
  position: relative;
}
.after_dash:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #2d2d2d;
  position: absolute;
  right: -4px;
  top: 50%;
}

.mw-150 {
  max-width: 150px;
}

/* ----------------------------------------
wifi popup
---------------------------------------- */
.countryModal .modal-header {
  border-bottom: none;
  padding: 0.5rem 1rem 0 1rem;
}
.countryModal .modal-header .close {
  padding-bottom: 0.5rem;
}
.countryModal .modal-body {
  text-align: left;
}

.country-img {
  display: inline-block;
  width: 26px;
  height: 17px;
  border-radius: 4px;
  margin-right: 0.2rem;
  border: 1px solid #c3c3c3;
}

.gap-mr-1 {
  gap: 1rem 1.5rem;
}

/* ----------------------------------------
member
---------------------------------------- */
.order-list-title {
  font-size: 1.1rem;
}
@media only screen and (max-width: 36em) {
  .order-list-title {
    font-size: 1rem;
  }
}

.order-list {
  display: flex;
  align-items: flex-start;
}
.order-list__pic {
  min-width: 160px;
  flex-basis: 160px;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 48em) {
  .order-list__pic {
    min-width: 120px;
    flex-basis: 120px;
  }
}
@media only screen and (max-width: 36em) {
  .order-list__pic {
    min-width: 25%;
    flex-basis: 25%;
  }
}
.order-list__text {
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0 0 0 2rem;
}
@media only screen and (max-width: 36em) {
  .order-list__text {
    margin: 0 0 0 1rem;
  }
}
.order-list__text > li {
  line-height: 1.6rem;
}
.order-list__text--title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 36em) {
  .order-list__text--title {
    font-size: 1rem;
  }
}
.order-list__text--smtit {
  display: inline-block;
  margin-right: 0.5rem;
}
.order-list__text--info {
  display: inline-block;
}

/* ----------------------------------------
產品到期
---------------------------------------- */
.activity-end {
  position: relative;
}
.activity-end > ::after {
  content: "";
  background: rgba(0, 111, 207, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
.activity-end > ::before {
  content: "兌換期限已到期";
  position: absolute;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 101;
  font-size: 36px;
  color: #fff;
}

.pro-nav {
  justify-content: center !important;
}
.pro-nav .nav-item {
  color: #2d2d2d;
  border-radius: 30px;
  padding: 0.3rem 1.6rem;
  transition: all 0.3s ease;
  display: block;
  margin: 0.03rem;
}
.pro-nav .nav-item.active, .pro-nav .nav-item:hover {
  background: #316dc8;
  color: #fff;
}

.store-link {
  background: url("../_img/store-benner.jpg") 50% 50% no-repeat;
  min-height: 200px;
  font-size: 21px;
  letter-spacing: 0px;
  line-height: 30px;
  padding: 15px;
  color: #fff;
  position: relative;
}
.store-link a {
  color: #fff;
}
.store-link a .txt {
  position: absolute;
  left: 5%;
  text-align: left;
  right: 40%;
  top: 13%;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 0.85rem;
}
.breadcrumb li {
  padding-right: 0.8rem;
}
.breadcrumb li a {
  color: #2d2d2d;
}
.breadcrumb li:after {
  content: "/";
  position: relative;
  left: 6px;
  top: -1px;
  font-size: 13.5px;
}
.breadcrumb li:last-child {
  color: #316dc8;
}
.breadcrumb li:last-child:after {
  display: none;
}

.slider-for .slick-slide {
  min-height: 517px;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}
.slider-for .pic img {
  max-height: 517px;
}

.slider-nav {
  margin: 0 0.5rem;
}
.slider-nav .slick-slide {
  min-height: 115px;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
}
.slider-nav .pic img {
  max-height: 115px;
}
.slider-nav .slick-next {
  right: 0;
}
.slider-nav .slick-prev {
  left: 0;
}
.slider-nav .slick-arrow:before {
  color: #000;
}

.product-detail {
  font-size: 16.5px;
  line-height: 30px;
}
.product-detail p {
  margin-bottom: 0;
}
.product-detail label {
  color: #2d2d2d;
  font-weight: bold;
}
.product-detail .price .full-price {
  color: #6f6f6f;
  margin: 0 0.5rem;
  font-size: 13.5px;
}
.product-detail .price .full-price b {
  text-decoration: line-through;
}
.product-detail .specs span {
  color: #676767;
  border: 1px solid #c3c3c3;
  padding: 5px 10px;
  background: transparent;
  border-radius: 0;
  margin: 0.2rem 0.2rem 0.2rem 0;
  display: inline-block;
  cursor: pointer;
}
.product-detail .specs span.active {
  border-color: #316dc8;
  background: #316dc8;
  color: #fff;
}
.product-detail .specs span:focus {
  outline: 1px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.m-quantity > * {
  border: 1px solid #e6e6e6;
  display: inline-block;
  vertical-align: middle;
}

.m-quantity > input {
  margin-left: -7px;
  margin-right: -7px;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 40px;
  width: 100px;
  border-radius: 0;
  position: relative;
  z-index: 0;
}

.m-quantity > button {
  cursor: pointer;
  outline: 0;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}
.m-quantity > button i {
  font-size: 0.9rem;
}

.pro-name {
  font-size: 30px;
  line-height: 39px;
  font-weight: bold;
  padding: 0 10px;
}

.check {
  padding: 1rem 3rem;
  font-size: 0.9rem;
  position: relative;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
}

input[type=checkbox]:disabled + label:before {
  border: 2px solid #2d2d2d;
  opacity: 0.5;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #006FCF;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  border: 2px solid #006FCF;
}

input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 5px;
  width: 7px;
  height: 14px;
  border: solid #006FCF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.result {
  min-height: 600px;
}

.store .pro-nav {
  justify-content: left !important;
}
.store .pro-nav .nav-item {
  border: 1px solid #2d2d2d;
  margin: 0.3rem;
}
.store .pro-nav .nav-item.active, .store .pro-nav .nav-item:hover {
  border-color: #316dc8;
}
.store .store-title {
  border-bottom: 1px solid #d5d5d5;
  font-size: 21px;
  line-height: 60px;
  padding-left: 1.5rem;
  position: relative;
}
.store .store-title:after {
  content: "";
  width: 4px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: calc(50% - 12px);
  background: #316dc8;
}
.store .store-list .txt h6 {
  font-weight: bold;
}
.store .tc {
  border: 1px solid #f0f0f0;
  background: rgb(255, 255, 255);
  border-radius: 5px;
}
.store .tc .box {
  padding: 0.7rem;
}

.search-link {
  position: relative;
  background: url("../_img/tc-link.jpg") 45% 50% no-repeat;
  background-size: cover;
  height: 200px;
}
.search-link a {
  color: #8c733b;
  cursor: pointer;
}
.search-link .txt {
  padding: 3.2rem 1rem 0 26rem;
  font-size: 18px;
  line-height: 39px;
}
.search-link .txt .ti {
  margin-bottom: 0.3rem;
  font-size: 24px;
  position: relative;
  color: #523c0a;
}
.search-link .txt .ti span:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 73px;
  height: 3px;
  border-radius: 20px;
  background: #316dc8;
}
.search-link .txt p {
  margin-bottom: 0;
}
.search-link .txt p span {
  color: #fff;
  border-radius: 30px;
  padding: 0.4rem 2rem;
  background: #316dc8;
}

.tc-pic {
  width: 200px;
}

@media (max-width: 1200px) {
  .pro-nav .nav-item {
    padding: 0.3rem 1rem;
  }
  .slider-for .slick-slide {
    min-height: 427px;
  }
  .slider-for .pic img {
    max-height: 427px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 98px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 98px;
    margin: 0 auto;
  }
  .search-link .txt {
    padding: 3.2rem 1rem 0 20rem;
  }
  .store-link a .txt {
    right: 18%;
    top: 10%;
  }
}
@media (max-width: 991px) {
  .pro-nav {
    justify-content: left !important;
  }
  .pro-nav .nav-item {
    border: 1px solid #2d2d2d;
    margin: 0.1rem;
    padding: 0.3rem 0.6rem;
  }
  .pro-nav .nav-item.active, .pro-nav .nav-item:hover {
    border: 1px solid #316dc8;
  }
  .search-link .txt {
    padding: 2rem 1rem 0 13rem;
    font-size: 18px;
    line-height: 33px;
  }
  .search-link .txt p {
    margin-bottom: 0;
    line-height: 1.4rem;
  }
  .search-link .txt p span {
    display: block;
    text-align: center;
    margin-top: 0.4rem;
  }
  .slider-for .slick-slide {
    min-height: 308px;
  }
  .slider-for .pic img {
    max-height: 308px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 100px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 100px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .store-link {
    font-size: 16.5px;
    line-height: 24px;
  }
  .store-link a .txt {
    right: 5%;
    top: 8%;
  }
  .breadcrumb {
    padding: 1rem;
  }
  .breadcrumb li:after {
    font-size: 0.6rem;
  }
  .product-detail {
    padding: 0 !important;
  }
  .send {
    box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.062745098);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
    box-sizing: border-box;
    padding: 0.5rem;
  }
  .send .btn {
    width: 100%;
    margin: 0;
  }
  .pro-name {
    margin-top: 1rem;
    font-size: 24px;
    line-height: 30px;
  }
  .check {
    padding: 0.5rem 0.5rem 0.5rem 2rem;
  }
  .result {
    min-height: 400px;
  }
  .m-quantity > button i {
    font-size: 0.6rem;
    position: relative;
    top: -2px;
    left: -2px;
  }
  .search-link {
    background: url("../_img/tc-link.jpg") 33% 50% no-repeat;
    background-size: cover;
  }
  .search-link .txt {
    padding: 2rem 1rem 0 10rem;
    font-size: 15px;
    line-height: 27px;
  }
  .slider-for .slick-slide {
    min-height: 427px;
  }
  .slider-for .pic img {
    max-height: 427px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 98px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 98px;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  .search-link .txt {
    padding: 1.3rem 1rem 0 6rem;
  }
  .slider-for .slick-slide {
    min-height: 345px;
  }
  .slider-for .pic img {
    max-height: 345px;
    margin: 0 auto;
  }
  .slider-nav .slick-slide {
    min-height: 100px;
  }
  .slider-nav .slick-slide > div img {
    max-height: 100px;
    margin: 0 auto;
  }
  .tc-pic {
    width: 100px;
  }
}
.slick-prev,
.slick-next {
  height: auto;
  width: auto;
}

.slick-next {
  right: 25px;
  position: absolute;
  z-index: 999;
}

.slick-next:before {
  font-family: "icofont";
  content: "\e901";
  font-size: 2rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
  position: absolute;
  z-index: 999;
}

.slick-prev:before {
  font-family: "icofont";
  content: "\e900";
  font-size: 2rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
  bottom: 18px;
  text-align: left;
  padding: 0 11%;
}

.slick-dots li,
.slick-dots li button {
  width: auto;
  height: auto;
  font-size: 1rem;
}

.slick-dots li button:before {
  content: "";
  border: 2px solid #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.slick-dots li.slick-active button:before {
  color: #fff;
  background: #fff;
  opacity: 1;
}

.slider-nav .slick-slide {
  border: none;
  outline: none;
  margin: 0.6rem;
  border: 1px solid #D4D4D4;
}
.slider-nav .slick-slide > div {
  line-height: 0;
}

.slider-for .slick-slide {
  margin: 0.3rem 0.8rem;
  position: relative;
  border: 1px solid #D4D4D4;
}
.slider-for .slick-slide > div {
  line-height: 0;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .slider-for {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slick-next:before,
  .slick-prev:before {
    font-size: 1.4rem;
  }
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-dots {
    bottom: 5px;
    padding: 0 13%;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
ol li,
ul li {
  line-height: 1.8rem;
}

.list-inline {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}
.list-inline li {
  list-style-type: none;
  display: inline-block;
}

ol {
  margin: 0;
  padding: 0;
}
ol > li {
  list-style-type: cjk-ideographic;
  margin-left: 50px;
}
ol > li > ol > li {
  list-style-type: decimal;
  margin-left: 25px;
}
ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: decimal;
}
ol > li > ol > li > ol > li:after {
  content: ")";
  position: absolute;
  left: -3px;
  top: 0;
}
ol > li > ol > li > ol > li:before {
  content: "(";
  position: relative;
  left: -25px;
}
ol > li > ol > li > ol > li:nth-child(1n+10):before {
  left: -32px;
}
ol > li > ol > li > ol > li > ol > li {
  list-style-type: upper-alpha;
}
ol > li > ol > li > ol > li > ol > li:after, ol > li > ol > li > ol > li > ol > li:before {
  content: "";
}
ol > li > ol > li > ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: lower-alpha;
}
ol > li > ol > li > ol > li > ol > li > ol > li:after {
  content: ")";
  right: -3px;
}
ol > li > ol > li > ol > li > ol > li > ol > li:before {
  content: "(";
  left: -25px;
}

.tab-style-001 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 62em) {
  .tab-style-001 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .tab-style-001 {
    font-size: 15px;
    justify-content: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c3c3c3;
  }
}
.tab-style-001 > li {
  flex-basis: 20%;
  min-width: 20%;
}
@media only screen and (max-width: 48em) {
  .tab-style-001 > li {
    flex-basis: auto;
    min-width: auto;
    margin-bottom: 0.5rem;
  }
}
.tab-style-001 .nav-link {
  color: #2e2e2e;
  background-color: transparent;
  position: relative;
  transition: all 0.2s;
  border-radius: 100px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 62em) {
  .tab-style-001 .nav-link {
    line-height: 1.4rem;
  }
}
.tab-style-001 .nav-link:hover {
  color: #316dc8;
  border: 1px solid #316dc8;
}
.tab-style-001 .nav-link.active {
  background-color: #316dc8;
  color: #fff;
  border: 1px solid #316dc8;
}

.tab-style-002 .nav-item {
  flex: 1;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}
.tab-style-002 .nav-item .nav-link,
.tab-style-002 .nav-item .nav-link:hover,
.tab-style-002 .nav-item .nav-link.active,
.tab-style-002 .nav-item .nav-link.active:hover {
  border-bottom: none;
  color: #2d2d2d;
  padding: 1rem;
}
.tab-style-002 .nav-item .nav-link,
.tab-style-002 .nav-item .nav-link:hover {
  border-top: 3px solid #ddd;
}
.tab-style-002 .nav-item .nav-link.active,
.tab-style-002 .nav-item .nav-link.active:hover {
  border-top: 3px solid #316dc8;
}

.table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.table thead th {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
}
.table thead th:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.table thead th:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}
.table tbody th {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  vertical-align: middle;
}

.table-style01 {
  border: 1px solid #dfdfdf;
}
.table-style01 tr {
  border-bottom: 1px solid #dfdfdf;
}
.table-style01 tr:nth-child(even) {
  background: #f5f5f5;
}
.table-style01 thead th {
  background: #316dc8;
}
.table-style01 tbody th {
  background: #006FCF;
  opacity: 0.5;
  color: #fff;
}

.table-style02 {
  border: none;
  border-top: 1px solid #e6e6e6;
}
.table-style02 td {
  border-color: #e6e6e6;
  border-width: 0 0 1px 0;
}
.table-style02 thead th {
  background: none;
  color: #4e4e4e;
  border-color: #e6e6e6;
  border-width: 0 0 1px 0 !important;
}

.table-style03 {
  background-color: white;
}
.table-style03 thead th {
  background-color: #316dc8;
  color: white;
  text-align: center;
}
.table-style03 tbody th {
  background-color: white;
  color: #2d2d2d;
}
@media only screen and (max-width: 36em) {
  .table-style03 tbody th,
  .table-style03 tbody td,
  .table-style03 thead th {
    padding: 0.3rem;
  }
}

.Rwd-table {
  display: block;
}

.Rwd-mobile {
  display: none;
}

@media (max-width: 991px) {
  .table {
    font-size: 0.9rem;
  }
  .table td,
  .table th {
    padding: 0.5rem 0.75rem;
  }
  .table-rwd {
    min-width: 100%;
  }
  .table-rwd thead {
    display: none;
  }
  .table-rwd th,
  .table-rwd td {
    text-align: left;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0.4rem 0.75rem;
  }
  .table-rwd tr {
    border-bottom: 1px solid #dfdfdf;
  }
  .table-rwd td {
    border: none;
    padding: 0.4rem 0.75rem 0.1rem;
  }
  .table-rwd td:last-child {
    padding: 0.4rem 0.75rem;
  }
  .table-rwd td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
  }
  .table-style01 tr:nth-child(even) {
    background: transparent;
  }
  .Rwd-table {
    display: none;
  }
  .Rwd-mobile {
    display: block;
  }
}
.table-date thead th {
  border: none;
}
.table-date tbody tr td {
  color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.table-date tbody tr td a .day {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
}
.table-date tbody tr td a .money {
  color: #e60012;
}
.table-date tbody tr td a .booking {
  color: #fff;
  background: #676767;
  border-radius: 5px;
  font-size: 0.8rem;
}
.table-date tbody tr td:hover {
  background: rgba(0, 0, 0, 0.04);
}
.table-date .prev,
.table-date .next {
  background: #316dc8;
}
.table-date .prev a,
.table-date .next a {
  display: block;
  color: #fff;
}

.overflow {
  width: auto;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .table-date {
    width: 760px;
  }
  .table-date tbody tr td a .day {
    color: rgb(0, 0, 0);
  }
  .table-date tbody tr td a .money {
    font-size: 1rem;
  }
  .table-date tbody tr td a .booking {
    font-size: 0.7rem;
  }
}
input:focus,
textarea:focus,
button:focus,
button {
  touch-action: manipulation;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
}

input[type=checkbox]:disabled + label:before {
  border: 2px solid #e60012;
  opacity: 0.5;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -25px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #e60012;
}

input[type=checkbox]:checked + label:before {
  background: #fff;
  border: 2px solid #e60012;
}

input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 5px;
  width: 7px;
  height: 14px;
  pointer-events: none;
  border: solid #e60012;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

input[type=radio] {
  display: none;
}

input[type=radio] + label {
  position: relative;
  line-height: 2rem;
}

input[type=radio]:disabled + label:before {
  border: 2px solid #e60012;
  opacity: 0.5;
}

input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -22px;
  top: 8px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #e60012;
}

input[type=radio]:checked + label:before {
  background: #fff;
  border: 2px solid #e60012;
}

input[type=radio]:checked ~ .checkmark {
  position: absolute;
  left: 0;
  top: 0;
}

input[type=radio]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 12px;
  width: 8px;
  height: 8px;
  pointer-events: none;
  background: #e60012;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .check {
    box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.062745098);
    position: fixed;
    left: 0;
    bottom: 62.19px;
    width: 100%;
    padding: 1rem 0.5rem 0 1rem;
    background-color: #fff;
    z-index: 1031;
  }
}
.icon {
  font-size: 1.3rem;
}
.icon:before {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.btn {
  border-radius: 20px;
  background: #fff;
  color: #316dc8;
  padding: 0.5rem 2rem;
}
.btn.style01 {
  background-image: linear-gradient(#a8c2ea 0%, #316dc8 50%);
  min-width: auto;
  color: #fff;
  font-size: 18px;
  padding: 1rem 2.75rem;
  border: none;
  border-radius: 30px;
}
.btn.style01 i {
  font-size: 16.5px;
  margin: 0 0.5rem 0 0;
}
.btn.style02 {
  background: #316dc8;
  min-width: auto;
  color: #fff;
  font-size: 18px;
  padding: 0.6rem 2.75rem;
  border: none;
  border-radius: 30px;
}
.btn.style02:hover {
  background: #224c8b;
}
.btn.style02.smaller {
  font-size: 15px;
  padding: 0.25rem 2.25rem;
}
.btn.style03 {
  color: #2d2d2d;
}
.btn.style04 {
  background: #316dc8;
  font-size: 13.5px;
  margin: 5px 0 0;
  padding: 0.3rem 1rem;
  color: #fff;
  border: none;
  border-radius: 30px;
}
.btn.style05 {
  border: 1px solid #2d2d2d;
  color: #2d2d2d;
  font-size: 18px;
  padding: 0.6rem 2.75rem;
  border-radius: 30px;
}
.btn.style06 {
  background: #006FCF;
  min-width: auto;
  color: #fff;
  font-size: 18px;
  padding: 0.6rem 2.75rem;
  border: none;
  border-radius: 30px;
}
.btn.disabled, .btn:disabled {
  background: #aaa;
}
.btn.disabled:hover, .btn:disabled:hover {
  background: #aaa;
}

.btn-shadow {
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.4);
}

.btn__fixed-back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1031;
  display: inline-block;
  height: 36px;
  width: 36px;
  background-color: #160a0a;
  border-radius: 100px;
  border: 1px solid white;
  transition: all 0.3s;
  box-shadow: none;
  outline: none;
}
.btn__fixed-back-top:focus {
  outline: 0;
}
.btn__fixed-back-top::before {
  content: "";
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.btn__fixed-back-top:hover {
  background-color: #009aa5;
  bottom: 34px;
}

.nav-tabs {
  border: none;
  overflow: hidden;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover {
  background: #ddd;
  color: #888;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
  color: #555;
  background: #fff;
  font-size: 16.5px !important;
  border-top: 2px solid #316dc8;
  border-radius: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  position: relative;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.accordion .card-header {
  border-radius: 0 !important;
  background: #fff;
  border-left: 4px solid #316dc8;
  font-size: 18px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 0;
}
.accordion .card-header a {
  display: flex;
  text-align: left;
  font-size: 18px;
  padding: 0.75rem 2.5rem 0.75rem 1.2rem;
  position: relative;
}
.accordion .card-header button {
  outline: none;
  -webkit-appearance: none; /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
  -moz-appearance: none; /* FireFox */
  appearance: none;
  border: none;
  background: transparent;
  position: relative;
  width: 100%;
  border-radius: 0;
}
.accordion .card-header button.collapsed {
  color: #000;
}
.accordion .card-header button.btn {
  padding: 0.75rem 2.5rem 0.75rem 1.2rem;
  font-size: 18px;
  text-align: left;
  margin: 0;
}
.accordion .card-header button.btn:hover {
  text-decoration: none;
  color: #316dc8;
}
.accordion .card-header button.btn:focus {
  font-size: 18px;
  box-shadow: none;
  text-decoration: none;
  color: #316dc8;
}
.accordion .card-header [aria-expanded=true] {
  color: #316dc8;
}
.accordion .card-header [aria-expanded=true]:hover {
  color: #316dc8;
}
.accordion .card-header [aria-expanded=true]:before {
  content: "\e90b";
  font-family: "icofont";
  position: absolute;
  right: 10px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.accordion .card-header [aria-expanded=false]:before {
  content: "\e90b";
  font-family: "icofont";
  position: absolute;
  right: 10px;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .accordion .card-header a {
    display: block;
  }
  .accordion .card-body {
    padding: 0.25rem;
  }
  .accordion .card-body.no-smpd {
    padding: 0.5rem 1rem;
  }
}
.navbar-toggler {
  z-index: 999;
  display: block;
  padding: 6px;
  height: 35px;
  width: 40px;
  margin: 0px;
  top: 0px;
  right: 0px;
  position: relative;
}
.navbar-toggler .hamburger {
  position: relative;
}
.navbar-toggler .hamburger .menui {
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 10px;
  position: absolute;
  top: 10px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #000;
  opacity: 0;
  margin-top: 0;
}
.navbar-toggler .hamburger .menui:first-child {
  transform: rotate(45deg);
  opacity: 1;
}
.navbar-toggler .hamburger .menui:last-child {
  transform: rotate(-225deg);
  opacity: 1;
}
.navbar-toggler.collapsed .hamburger .menui {
  opacity: 1;
}
.navbar-toggler.collapsed .hamburger .menui:first-child {
  top: 2px;
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .hamburger .menui:last-child {
  top: 18px;
  transform: rotate(0deg);
}

.navbar-nav li {
  margin: 0 0.75rem;
  color: #2d2d2d;
}
.navbar-nav li a {
  transition: all 0.3s ease;
  color: #2d2d2d;
}
.navbar-nav li a:hover {
  color: #2d2d2d;
}
.navbar-nav li .btn-logout {
  color: #316dc8;
  font-weight: 700;
}
.navbar-nav li .btn-logout:hover {
  color: #224c8b;
}
.navbar-nav li:last-child {
  margin: 0 0 0 0.75rem;
}

@media (max-width: 991px) {
  .navbar-nav {
    font-size: 13.5px;
    margin-bottom: 5px;
  }
  .navbar-nav li {
    padding: 5px;
  }
  .navbar-nav li a {
    width: 100%;
    display: block;
  }
  .navbar-nav li .btn-logout {
    background: #316dc8;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0.4rem;
  }
  .navbar-nav li .btn-logout:hover {
    color: #fff;
    background: #224c8b;
  }
}
.step-process > div {
  position: relative;
  margin: 0.2rem 0;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .step-process > div {
    flex-basis: calc(25% - 10px);
    min-width: calc(25% - 10px);
    padding-right: 1rem;
    line-height: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .step-process > div:last-child {
    flex-basis: 40px;
    min-width: 40px;
    padding-right: 0;
  }
}
.step-process > div span {
  background: #fff;
  padding-right: 0.6rem;
  position: relative;
  z-index: 2;
}
.step-process > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49%;
  height: 2px;
  width: 95%;
  background: #316dc8;
}
@media only screen and (max-width: 768px) {
  .step-process > div:after {
    top: 13px;
    left: 30px;
    width: calc(100% - 35px);
  }
}
.step-process > div:last-child {
  padding-right: 0rem;
}
.step-process > div:last-child:after {
  display: none;
}
.step-process > div b {
  border-radius: 20px;
  border: 2px solid #316dc8;
  color: #316dc8;
  line-height: 36px;
  margin-right: 0.5rem;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .step-process > div b {
    display: block;
    margin-bottom: 5px;
  }
}
.step-process > div.active b {
  border: 2px solid #316dc8;
  color: #fff;
  background: #316dc8;
}

.member_area .accordion .qa-list {
  border-bottom: 1px solid #f0f0f0;
}
.member_area .accordion .card-header {
  border: 1px solid #f0f0f0;
  border-top: 4px solid #005bac;
  border-bottom: 0;
  background: #fafafa;
}
.member_area .accordion .card-body {
  border: 1px solid #f0f0f0;
  border-top: none;
  background: #fafafa;
}

.ticket h5 {
  display: none !important;
}
.ticket .t-item {
  color: #636363;
  border: 1px solid #979797;
  border-radius: 8px;
  margin: 1rem 0.8rem 0 0;
  overflow: hidden;
  font-size: 1.6rem;
  min-width: 300px;
}
.ticket .t-item i.bg1 {
  background: #fd6a3e;
}
.ticket .t-item i.bg2 {
  background: #87cee2;
}
.ticket .t-item .bg3 {
  background: #ffbb2b;
}
.ticket .t-item i {
  width: 60px;
  height: 60px;
  text-align: center;
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  font-size: 1.3rem;
}
.ticket .t-item .row .flex-container {
  flex-direction: column !important;
}
.ticket .t-item .row .txt {
  display: none;
}
.ticket .t-item .row span {
  font-size: 0.9rem;
}
.ticket .t-item .row b {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
.ticket .t-item .row > div:nth-child(2) span {
  margin: 5px 0 0 5px;
  display: block;
}

.page .step-process > div span {
  background: #f2f2f2;
}
.page .ticket {
  background: #fff;
  margin: 1rem 0 0.5rem;
}
.page .ticket h5 {
  display: flex !important;
  flex-direction: column !important;
  margin: 0.5rem 0.8rem;
}
.page .ticket .t-item {
  padding: 0.5rem 0.8rem;
  border: none;
  border-radius: 0;
  margin: 0rem 0;
}
.page .ticket .t-item .flex-container {
  flex-direction: row !important;
}
.page .ticket .t-item .row i {
  border-radius: 25px;
  width: 50px;
  height: 50px;
}
.page .ticket .t-item .row .txt {
  display: inline-block !important;
}
.page .ticket .t-item .row span {
  font-size: 1rem;
  display: none;
}
.page .ticket .t-item .row b {
  font-size: 1rem;
  display: inline-block !important;
  padding-right: 3px;
  margin-top: 0;
}
.page .ticket .t-item .row b:first-letter {
  font-size: 1rem;
}
.page .step-process > div:nth-child(-n+1) b {
  border: 2px solid #316dc8;
  color: #fff;
  background: #316dc8;
}

.tc .member_area {
  display: none;
}

.side .ticket {
  display: block !important;
}
.side .ticket .t-item {
  margin: 0;
  min-width: auto;
}
.side .ticket .t-item .row i {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}
.side .ticket .t-item .row b {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 1rem !important;
}
.side .ticket .t-item div:nth-child(2) {
  position: relative;
}
.side .ticket .t-item div:nth-child(2):before {
  content: "";
  width: 100%;
  height: 2px;
  background: #979797;
  position: absolute;
  top: 49%;
  z-index: 1;
}

@media (max-width: 1200px) {
  .step-process > div {
    font-size: 0.8rem;
  }
  .step-process > div b {
    line-height: 22px;
    width: 26px;
    height: 26px;
  }
  .ticket .t-item {
    margin: 1rem 0 0 0;
  }
  .ticket .t-item .row .flex-container {
    flex-direction: row !important;
  }
  .ticket .t-item .row span {
    margin: 5px 0 0 5px;
  }
  .ticket .t-item .row b {
    margin-top: 0;
    font-size: 1rem;
  }
  .page .ticket .t-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .page .ticket .t-item .row i {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
  .page .ticket .t-item .row span {
    margin: 0;
  }
  .page .side .ticket .t-item {
    padding: 0.5rem 0;
    margin-top: 0;
    border-bottom: none;
  }
}
/*日期jq*/
.dtp div.dtp-picker-month {
  padding: 0px 0 15px !important;
}
.dtp div.dtp-time,
.dtp div.dtp-date {
  background: #316dc8;
  opacity: 0.6;
  padding-bottom: 7px;
}
.dtp div.dtp-time > div:last-child,
.dtp div.dtp-date > div:last-child {
  margin-top: 0.3rem !important;
}
.dtp div.dtp-time > div:last-child i,
.dtp div.dtp-date > div:last-child i {
  margin-top: 0.1rem;
}
.dtp div.dtp-time .p10 > a,
.dtp div.dtp-date .p10 > a {
  color: #fff;
}
.dtp .year-picker-item:hover,
.dtp .year-picker-item.active {
  color: #316dc8;
  font-size: 1.2rem;
}
.dtp .year-picker-item {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1rem;
}
.dtp div.dtp-actual-year {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
}
.dtp table.dtp-picker-days tr > th {
  background: transparent;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-width: 1px;
}
.dtp .dtp-content > .dtp-date-view > header.dtp-header,
.dtp table.dtp-picker-days tr > td > a.selected {
  background: #316dc8;
}
.dtp div.dtp-picker {
  padding-bottom: 0.2em;
}
.dtp .btn-default {
  padding: 0 !important;
}
.dtp .dtp-close {
  right: 0;
}
.dtp .dtp-close a {
  padding: 10px;
}
.dtp .btn-flat {
  margin: 0.1rem 0 0 0.3rem;
  font-size: 0.8rem;
  border: 1px solid #316dc8;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
  background: #fff;
}
.dtp .btn-flat:hover {
  background: #316dc8;
  color: #fff;
}

.usetimes-box {
  display: flex;
  max-width: 380px;
  margin: 0 auto;
  border: 1px solid #316dc8;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.usetimes-box__tit {
  display: flex;
  flex-basis: 65%;
  min-width: 65%;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  background-image: linear-gradient(to left bottom, #316dc8, #009aa5);
}
.usetimes-box__tit__text {
  display: inline-block;
  color: white;
  margin: 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 36em) {
  .usetimes-box__tit__text {
    font-size: 1rem;
  }
}
.usetimes-box__tit__img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (max-width: 36em) {
  .usetimes-box__tit__img {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
  }
}
.usetimes-box__times {
  display: flex;
  flex-basis: 35%;
  min-width: 35%;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  font-size: 2.25rem;
  color: #316dc8;
  position: relative;
}
@media only screen and (max-width: 36em) {
  .usetimes-box__times {
    font-size: 2rem;
  }
}
.usetimes-box__times > span {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: -10px;
  margin-left: 0.5rem;
  color: #2d2d2d;
}
@media only screen and (max-width: 36em) {
  .usetimes-box__times > span {
    font-size: 0.8rem;
  }
}
.usetimes-box__times::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.simple-accordion__btn {
  position: relative;
}
.simple-accordion__btn:link, .simple-accordion__btn:visited {
  display: block;
  background-color: #fafafa;
  border: 1px solid #f0f0f0;
  padding: 1rem;
  position: relative;
  font-size: 1.2rem;
  transition: all 0.3s;
}
@media only screen and (max-width: 36em) {
  .simple-accordion__btn:link, .simple-accordion__btn:visited {
    font-size: 1rem;
  }
}
.simple-accordion__btn__text {
  color: #2d2d2d;
  z-index: 3;
  display: inline-block;
  transition: all 0.2s;
}
.simple-accordion__btn__text::after {
  content: "";
  display: inline-block;
  border: solid #2d2d2d;
  border-width: 0 2px 2px 0;
  padding: 4px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.2s;
}
.simple-accordion__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #316dc8;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.simple-accordion__btn:hover .simple-accordion__btn__text {
  color: #316dc8;
}
.simple-accordion__btn:hover .simple-accordion__btn__text::after {
  border-color: #316dc8;
}
.simple-accordion__btn.active .simple-accordion__btn__text {
  color: #316dc8;
}
.simple-accordion__btn.active .simple-accordion__btn__text::after {
  border-color: #316dc8;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -8px;
}
.simple-accordion__content {
  padding: 1rem;
  background-color: #f0f0f0;
  display: none;
}

.loader-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100vh;
  width: 100vw;
  z-index: 1035;
}
.loader-box__txt {
  display: block;
  color: #49cbff;
  z-index: 55;
  font-weight: normal;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 1rem 0;
  width: 100px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #49cbff;
  color: #49cbff;
  box-shadow: 9984px 0 0 0 #49cbff, 9999px 0 0 0 #49cbff, 10014px 0 0 0 #49cbff;
  animation: dotCarousel 1.5s infinite linear;
}

@keyframes dotCarousel {
  0% {
    box-shadow: 9984px 0 0 -1px #49cbff, 9999px 0 0 1px #49cbff, 10014px 0 0 -1px #49cbff;
  }
  50% {
    box-shadow: 10014px 0 0 -1px #49cbff, 9984px 0 0 -1px #49cbff, 9999px 0 0 1px #49cbff;
  }
  100% {
    box-shadow: 9999px 0 0 1px #49cbff, 10014px 0 0 -1px #49cbff, 9984px 0 0 -1px #49cbff;
  }
}
#windowAlert {
  pointer-events: none;
  z-index: 2000;
}
#windowAlert .modal-content {
  border-radius: 3px;
}
#windowAlert .box {
  padding: 0;
}
#windowAlert .btn {
  font-size: 13px;
  padding: 0.25rem 1rem;
  border-radius: 3px;
  background-color: #316dc8;
  color: #fff;
}

#windowAlertMsg {
  font-size: 15px;
}

.login {
  background: url(../_img/bg.jpg) 0% 0% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.login .main {
  padding: 6rem 0;
}
.login .box {
  padding: 2rem;
  margin: 0rem auto;
  max-width: 550px;
}
.login .box .title hr {
  border-top: 3px solid #316dc8;
  width: 100px;
}
.login .box .title p {
  letter-spacing: 0.4rem;
  font-weight: 300;
  font-size: 1.4rem;
}
.login .box .privacy {
  height: 200px;
  padding: 1rem;
  overflow: auto;
  overflow: auto;
  background: rgba(49, 109, 200, 0.1);
}
.login .bg02 {
  background: #fff;
}
.login .identifying-code-wrap {
  display: flex;
  align-items: center;
}
.login .identifying-code-wrap__input {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}

.h-lg-75 {
  height: 75% !important;
}

.w-lg-75 {
  width: 75%;
}

@media (max-width: 767px) {
  .login {
    height: auto;
  }
  .login .main {
    padding: 1rem 0;
  }
  .h-lg-75 {
    height: auto !important;
  }
  .w-lg-75 {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */