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

.color02 {
  color: #f9684e;
}

.color-danger {
  color: #ff0000;
}

body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  color: #231815;
  line-height: 1.5rem;
  background: #fbfbfb;
}

.index {
  background: url(../_img/bg.jpg) 65% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: inline-block;
  width: 100%;
}
.index .main {
  margin: 80px 0 20px;
}
.index .main .content {
  min-height: calc(100vh - 210px);
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
  background: transparent;
  width: auto;
  box-shadow: none;
  padding: 0;
}
.index .main .content .box {
  background: #fff;
  max-width: 550px;
  min-width: 550px;
  padding: 1rem 2rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.index .main .content .box .title {
  font-size: 1rem;
}
.index .main .content .box.order {
  max-width: 100%;
  min-width: auto;
}
.index .main .content .time-search {
  position: absolute;
  right: 30px;
  top: 0px;
  font-size: 0.8rem;
  color: #ed1b2e;
  cursor: pointer;
}
.index .main .form-ml {
  margin: 0 20px;
  position: relative;
}

a {
  color: rgba(0, 0, 0, 0.7);
}
a:hover {
  color: #ed1b2e;
  text-decoration: none;
}

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 998;
  transition-duration: 0.7s;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

figure {
  margin-bottom: 0;
}

a.logo {
  font-size: 1rem;
  color: #000;
  margin-right: 2rem;
  flex-basis: auto;
}
a.logo img {
  transition-duration: 0.3s;
  height: 45px;
}

.menu a {
  margin: 0 0.8rem;
  color: rgba(0, 0, 0, 0.7);
}
.menu a:hover {
  color: #ed1b2e;
}
.menu ul + ul a {
  color: #ed1b2e;
}
.menu ul + ul a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-toggler {
  z-index: 999;
  display: block;
  padding: 6px;
  height: 34px;
  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);
}

.main {
  margin: 55px 0 20px;
}
.main .content {
  min-height: 650px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 1rem 2rem 1.5rem 1rem;
  z-index: 9;
  position: relative;
}
.main .side {
  min-width: 300px;
  max-width: 300px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 1rem 1.3rem 0.1rem 1.3rem;
  background: #f9684e;
  background: linear-gradient(135deg, #f9684e 0%, #ed1b2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$third-color", endColorstr="$primary-color", GradientType=1);
  color: #fff;
}
.main .title {
  position: relative;
  font-size: 1.2rem;
  margin: 0.5rem 0;
  padding-left: 25px;
}
.main .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 4px;
  width: 8px;
  height: 15px;
  background: #ed1b2e;
}
.main .title-second {
  font-size: 1rem;
  margin: 0.5rem 0;
  padding-left: 25px;
}
.main .title-second:after {
  display: block;
  content: "";
  clear: both;
}

.main.step .content {
  width: calc(100% - 300px);
}
.main.step .side {
  min-width: 300px;
  max-width: 300px;
}
.main.step .side .title {
  padding-left: 0px;
  margin: 0rem 0 0.7rem;
}
.main.step .side .title:before {
  display: none;
}
.main.step .side .title a {
  float: right;
  font-size: 0.7rem;
  color: #fff;
}
.main.step .side .title a:hover {
  text-decoration: underline;
}
.main.step .form-ml {
  margin: 0 25px;
}
.main.step .ok .content {
  padding: 1rem 1rem;
}
.main.step .ok .content .pic {
  margin: 0 -1rem;
}
.main.step .ok .content h3 {
  color: #ed1b2e;
}
.main.step .ok .side {
  min-width: 200px;
  max-width: 200px;
  background: #fbfbfb;
  box-shadow: none;
  padding: 0;
  text-align: center;
}
.main.step .ok .side .box {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background: #f9684e;
  background: linear-gradient(135deg, #f9684e 0%, #ed1b2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$third-color", endColorstr="$primary-color", GradientType=1);
  padding: 1rem 1.3rem;
}
.main.step .ok .side .box ul {
  margin: 0 -1.3rem;
}
.main.step .ok .side .box ul li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  line-height: 4rem;
  font-size: 1.2rem;
}
.main.step .ok .side .box ul li a {
  display: block;
  color: #fff;
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
}
.main.step .ok .side .box ul li a:hover {
  background: #fff;
  color: #ed1b2e;
  text-shadow: 0rem rgba(0, 0, 0, 0);
}
.main.step .ok .side .box ul li a:hover i:before {
  color: #ed1b2e;
}
.main.step .ok .side .box ul li a i {
  font-weight: bold;
}
.main.step .ok .side .box .qrcode {
  position: relative;
  margin-top: 1.2rem;
}
.main.step .ok .side .box .qrcode .info-link {
  position: absolute;
  right: -5px;
  bottom: 10px;
  font-size: 1.2rem;
  color: #fff;
}
.main.step .ok .content {
  width: calc(100% - 200px);
}

.nav-tabs {
  margin: 0.5rem 0 1rem;
  border: none;
}
.nav-tabs .nav-link {
  color: #4A4A4A;
  margin-bottom: -2px;
  font-size: 1.1rem;
  border-radius: 0;
  border: none;
  padding: 0.5rem 0.8rem 0.5rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0.725rem 1.2rem;
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 0.5rem;
}
.nav-tabs .nav-link i {
  padding-right: 0.2rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #ed1b2e;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #ed1b2e;
  color: white;
}

span.note {
  color: #ed1b2e;
  font-size: 0.8rem;
  margin-left: 10px;
  line-height: 1.1rem;
}
span.note i {
  position: relative;
  left: 0;
  top: 0px;
  margin-right: 5px;
  color: #ed1b2e;
}

.note-w {
  color: #ff0000;
  font-size: 0.8rem;
  margin-left: 10px;
  line-height: 1.1rem;
}

.note-b {
  font-size: 0.8rem;
  padding: 0.4rem 0.8rem;
  margin: 0.5rem 0;
  background: #fffde2;
  color: #65611f;
  width: 100%;
  border: 1px #deda9c dashed;
}

.address li:first-child i,
.address div:first-child i {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #ed1b2e;
  margin-top: 0px;
  z-index: 9;
}
.address li:last-child i,
.address div:last-child i {
  width: 11px;
  height: 11px;
  border-radius: 0;
  background: #ed1b2e;
  margin-top: 2px;
  z-index: 9;
}
.address > div:after {
  content: "";
  display: block;
  width: 1px;
  background: #ed1b2e;
  position: absolute;
  left: 20px;
  top: 28px;
  height: 70%;
}
.address > div:last-child:after {
  top: -28px;
  height: 36px;
}

.font01 {
  font-size: 0.8rem;
  color: #9B9B9B;
}

.font02 {
  color: #ff0000;
  font-size: 1rem;
}

.btn {
  border: 1px solid #ed1b2e;
  transition-duration: 0.3s;
  margin: 0.3rem 0;
}
.btn:hover {
  color: #ed1b2e;
  border: 1px solid #ed1b2e;
  background: transparent;
  transition-duration: 0.3s;
}

.btn-style01 {
  border-radius: 5px;
  line-height: 2rem;
  color: #fff;
  padding: 0.4rem 1.5rem;
  background: #ed1b2e;
}
.btn-style01[disabled=disabled] {
  background-color: #999;
  border: 1px solid #999;
  color: white;
  pointer-events: none;
}
.btn-style01.sm {
  font-size: 15px;
  line-height: 1.6rem;
}

.btn-style02 {
  border-radius: 30px;
  line-height: 2rem;
  color: #fff;
  padding: 0.3rem 1.7rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin: 15px auto 0;
  color: #ed1b2e;
  text-align: center;
  border: 1px solid #fff;
}
.btn-style02:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-style03 {
  border: 1px solid #231815;
  border-radius: 5px;
  line-height: 2rem;
  color: #fff;
  padding: 0.4rem 1.5rem;
  background: #231815;
  opacity: 0.7;
}
.btn-style03:hover {
  color: #231815;
  border: 1px solid #231815;
  background: transparent;
  transition-duration: 0.3s;
}

.btn-style04 {
  border-radius: 30px;
  line-height: 1.6rem;
  color: #fff;
  padding: 0.2rem 1rem;
  font-size: 0.9rem;
  background: #ed1b2e;
}

.form-group {
  position: relative;
}
.form-group i {
  position: absolute;
  left: 15px;
  top: 11px;
  color: #9B9B9B;
  z-index: 9;
}

.form-control {
  border: 1px solid #BCBCBC;
  color: #000;
  padding-left: 32px;
  font-size: 0.9rem;
}

.w-70 {
  width: 70%;
  display: inline-block;
}

.select {
  border: 1px solid #BCBCBC;
  color: #000;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.4rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: middle;
  background: none;
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 32px;
  font-size: 0.9rem;
}

.select-box {
  position: relative;
}
.select-box:after {
  content: "\e903";
  font-family: "icofont";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 7px;
  color: #000;
  pointer-events: none;
}

.car-list.form-check {
  margin: 0.2rem 0.6rem 0.2rem 1.5rem;
}
.car-list.form-check .pic {
  display: inline-block;
  padding-right: 10px;
}
.car-list .form-check-label {
  background: #F6F6F6;
  padding: 0 5px 0 0;
  filter: grayscale(100%);
  line-height: 57px;
  width: 140px;
  margin-left: 0;
}
.car-list .form-check-label:before {
  top: 30%;
}
.car-list input[type=radio]:checked + label {
  background: #ed1b2e;
  color: #fff;
  filter: grayscale(0%);
}

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

input[type=radio] + label {
  margin-left: 25px;
  position: relative;
}

input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #D8D8D8;
}

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

::-webkit-calendar-picker-indicator:hover {
  background: transparent;
}

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

input[type=checkbox] + label {
  margin-left: 25px;
  position: relative;
}

input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #D8D8D8;
}

input[type=checkbox]:checked + label:before {
  background: #f1f1f1;
}

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

.modal-btn {
  cursor: pointer;
  color: #ed1b2e;
}

#orderModal .close {
  background: #fff;
}

.modal .close {
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 9;
  opacity: 1;
  padding: 5px 10px 10px 10px;
  background: #fff;
}
.modal .box {
  background: #F2F2F2;
  overflow: auto;
  padding: 1rem;
}
.modal .modal-content {
  border-radius: 0;
}
.modal p {
  margin-bottom: 0;
}
.modal .search {
  border-radius: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 1rem;
}
.modal .search .close {
  color: #fff;
}
.modal .search .select,
.modal .search .form-control {
  background: transparent;
  color: #fff;
  padding-right: 32px;
  padding-left: 0.75rem;
}
.modal .search .form-group i {
  left: auto;
  right: 15px;
}
.modal .search .title {
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #f9684e;
  background: linear-gradient(135deg, #f9684e 0%, #ed1b2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$third-color", endColorstr="$primary-color", GradientType=1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.modal .search .title span {
  position: absolute;
  right: 0.8rem;
}
.modal .search .title:before {
  display: none;
}
.modal .search .btn-search {
  border: none;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 0;
}
.modal .search .btn-search:hover {
  border: none !important;
}
.modal .search .list-box {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 1rem;
  padding: 0rem;
  overflow: hidden;
}
.modal .search .list-box .title {
  margin-top: 0;
  font-size: 1rem;
}
.modal .search .list-box .box {
  padding: 0.4rem 1rem 1rem;
  height: auto;
  background: #fff;
}
.modal .search .list-box .box .row > div:first-child:after {
  content: "\e909";
  font-family: "icofont";
  color: #cccccc;
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -12px;
  transition-duration: 0.4s;
  font-size: 1.4rem;
}
.modal .search .list-box .box .outset {
  font-size: 1.1rem;
  padding: 0 15% 0 0;
  position: relative;
}
.modal .search .list-box .box .destination {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.1rem;
}
.modal .search .list-box .box .time {
  color: #787878;
  font-size: 0.8rem;
}
.modal .search .list-box .box .time span {
  display: block;
  line-height: 3.6rem;
  font-size: 3rem;
  color: #ed1b2e;
}
.modal .search .list-box .box .time b {
  display: block;
  color: #000;
  font-size: 2rem;
  line-height: 2.6rem;
}
.modal .search .list-box .box .remarks {
  color: #787878;
  padding-left: 20%;
  border-left: 1px dashed #E4E4E4;
  font-size: 0.8rem;
}
.modal .search .list-box .box .remarks span {
  color: #444444;
  display: block;
}
.modal .search .btn:hover {
  border: 1px solid #fff;
  color: #fff;
}
.modal ::-webkit-input-placeholder {
  color: #fff !important;
}
.modal ::-moz-placeholder {
  color: #fff !important;
}
.modal :-ms-input-placeholder {
  color: #fff !important;
}
.modal :-moz-placeholder {
  color: #fff !important;
}

.notice {
  color: #ff0000;
  font-size: 0.8rem;
  margin-top: 0.3rem;
}

::-webkit-input-placeholder {
  color: #000 !important;
}

::-moz-placeholder {
  color: #000 !important;
}

:-ms-input-placeholder {
  color: #000 !important;
}

:-moz-placeholder {
  color: #000 !important;
}

.progress {
  display: block;
  padding: 0.5rem 0 1.2rem;
  position: relative;
  height: auto;
  font-size: 1rem;
  line-height: 1.4rem !important;
  background: transparent;
}
.progress ul {
  position: relative;
}
.progress ul li {
  position: relative;
  line-height: 1.4rem !important;
}
.progress ul li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D8D8D8;
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin: 0 0 0 -4px;
  z-index: 3;
}
.progress ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #D8D8D8;
  position: absolute;
  bottom: -0.9rem;
  right: 0%;
  margin-right: 50%;
  z-index: 2;
  min-width: 75px;
}
.progress ul li:first-child:before {
  display: none;
}
.progress ul li.checked {
  color: #ed1b2e;
}
.progress ul li.checked:before {
  background: #ed1b2e;
}
.progress ul li.checked:after {
  content: "\e911";
  font-family: "icofont";
  bottom: -21px;
  width: 16px;
  height: 16px;
  margin: 0 0 0 -8px;
  color: #fff;
  background: #ed1b2e;
  font-size: 0.5rem;
  text-align: center;
  line-height: 18px;
}

.next-btn {
  margin: 1rem 1rem 0;
  display: inline-block;
}

.back-btn {
  display: inline-block;
  margin: 1rem 0 0;
  opacity: 0.7;
}

.info {
  font-size: 0.8rem;
}
.info > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0.5rem 1rem 1.8rem;
}
.info > ul > li i {
  position: absolute;
  left: 0px;
  top: 19px;
  font-size: 1.1rem;
}
.info > ul > li .col:first-child {
  flex: 0 0 38%;
  max-width: 38%;
}
.info > ul > li .col i {
  position: relative;
  top: 3px;
}
.info > ul > li span {
  text-align: right;
  float: right;
}

.total .row {
  font-size: 0.8rem;
  padding: 0px 0.5rem 0.5rem;
}
.total .down {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 30px;
  position: relative;
}
.total .down i {
  position: relative;
  display: inline-block;
  top: -10px;
}
.total .down i:before {
  color: #fff;
  position: absolute;
  transform: rotate(180deg);
  font-size: 1rem;
}
.total .down.collapsed i:before {
  transform: rotate(0deg);
}
.total i {
  position: absolute;
  left: 0px;
  top: 19px;
  font-size: 1.1rem;
}
.total .col:first-child {
  flex: 0 0 38%;
  max-width: 38%;
}
.total .col i {
  position: relative;
  top: 3px;
}
.total span {
  text-align: right;
  float: right;
}
.total .price {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.total li {
  position: relative;
  padding: 0.5rem 0.5rem 0.2rem 1.8rem;
}
.total li i {
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 1.1rem;
}
.total span b {
  color: #FFE03E;
  font-size: 1.8rem;
  font-weight: bold;
}

.confirm-list > div {
  padding: 1rem 0.5rem 1rem 1rem !important;
  border-bottom: 1px solid rgb(231, 231, 231);
}
.confirm-list .tit {
  color: #000;
  padding: 1rem 0.5rem 1rem 1rem;
}
.confirm-list .tit::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 20px;
  width: 1px;
  height: 15px;
  background: #999;
}

.order-list {
  font-size: 0.9rem;
}
.order-list ul {
  margin-bottom: 0;
}
.order-list ul li {
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 0;
  margin-left: 1.8rem;
}
.order-list ul li i {
  position: absolute;
  left: -22px;
  top: 11px;
  font-size: 1rem;
}
.order-list ul span {
  text-align: right;
  float: right;
}
.order-list ul p {
  margin-bottom: 0;
}
.order-list .pay {
  border-bottom: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
  margin: 1rem 0;
  padding: 1rem 0;
}
.order-list .address {
  position: relative;
}
.order-list .address li:first-child:before {
  content: "";
  display: block;
  width: 1px;
  background: #ed1b2e;
  position: absolute;
  left: -17px;
  top: 20px;
  height: 100%;
}
.order-list .address li + li {
  border-top: 1px solid #D5D5D5;
  position: relative;
}
.order-list .address li + li:before {
  content: "";
  display: block;
  width: 1px;
  background: #ed1b2e;
  position: absolute;
  left: -17px;
  top: 18px;
  height: 100%;
}
.order-list .address li:last-child:before {
  display: none;
}
.order-list .address i {
  top: 15px;
}
.order-list .price b {
  font-size: 1.3rem;
}
.order-list .row {
  margin: 1.5rem 0 2rem;
}
.order-list .row .col:first-child {
  border-right: 1px solid #D5D5D5;
}
.order-list .row:last-child {
  margin-bottom: 0;
}
.order-list .number {
  margin-top: 2.8rem;
}
.order-list .name li:nth-last-child(-n+3) {
  padding: 0rem 0 0.2rem;
}

.next-order {
  background: #989898;
  margin: 1rem -1rem -1rem;
  padding: 0.8rem;
  color: #fff;
}

.cf div > div {
  margin-top: 1px;
}

.card-number div:after {
  content: "-";
  position: absolute;
  right: -3px;
  top: 5px;
}
.card-number div:last-child:after {
  display: none;
}

@media (max-width: 1200px) {
  .menu a {
    margin: 0 0.4rem;
  }
}
@media (max-width: 991px) {
  a.logo img {
    transition-duration: 0.3s;
    height: 35px;
  }
  .header a.logo span {
    line-height: 0.9rem;
    font-size: 0.7rem;
  }
  .index {
    background: #fbfbfb;
    height: auto;
  }
  .index .main .content {
    min-height: auto;
    display: block !important;
    padding: 15px 0;
  }
  .index .main .content .time-search {
    right: 8px;
  }
  .index .main .content .box {
    padding: 1rem 1rem;
    max-width: 100%;
    min-width: 100%;
  }
  .index footer {
    position: relative;
  }
  .main {
    background: #fbfbfb;
    margin: 45px 0 0px 0 !important;
  }
  .main .content {
    min-height: auto;
    box-shadow: none;
  }
  .main .content .box {
    min-width: 100%;
  }
  .main.step .content {
    width: 100% !important;
    padding: 1rem 0.8rem !important;
  }
  .main.step .side {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background: #989898;
    box-shadow: none;
    padding: 0.5rem 1rem 0.1rem;
  }
  .main.step .side .title,
  .main.step .side .pic,
  .main.step .side .info {
    display: none;
  }
  .menu a {
    margin: 0.3rem 0;
    text-align: center;
    display: block;
  }
  .main.step .form-ml,
  .index .main .form-ml {
    margin: 0px;
  }
  .title-second {
    padding-left: 2px;
  }
  .box-second {
    padding-left: 25px;
  }
  .btn {
    width: 100%;
    line-height: 1.4rem;
  }
  .modal .box {
    height: auto;
  }
  .modal .close {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9;
    opacity: 1;
    padding: 10px 15px 15px 15px;
    background: rgba(255, 255, 255, 0.9);
  }
  .modal .search {
    padding: 0rem;
  }
  .modal .search .list-box .box .row > div:first-child:after {
    right: 50%;
    margin-right: -12px;
    top: auto;
    bottom: 20px;
    transition-duration: 0.4s;
  }
  .modal .search .list-box .box .outset {
    padding: 0;
    padding-bottom: 3.6rem;
  }
  .modal .search .list-box .box .outset,
  .modal .search .list-box .box .time,
  .modal .search .list-box .box .destination {
    text-align: center;
  }
  .modal .search .list-box .box .remarks {
    border-top: 1px dashed #E4E4E4;
    border-left: none;
    margin-top: 1rem;
    padding: 1rem 0 0 0;
    text-align: center;
  }
  .modal .search .list-box .box .remarks span {
    display: inline-block;
    padding: 0 10px;
  }
  .order-list .row {
    margin: 0.3rem -13px;
  }
  .order-list .row:first-child {
    margin: 1.2rem -13px 0.5rem;
    padding-bottom: 1rem;
  }
  .order-list .row:first-child .col:first-child {
    padding: 0px 0 10px 5px;
  }
  .order-list .row:first-child .col:first-child ul {
    margin-bottom: 0;
  }
  .order-list .row:first-child ul:before {
    display: none;
  }
  .order-list .row:first-child .col:last-child {
    padding-left: 10px;
  }
  .order-list .row:last-child .col:first-child {
    border: none;
  }
  .order-list .row ul {
    position: relative;
    margin-bottom: 20px;
  }
  .order-list .row ul:before {
    content: "";
    height: 10px;
    background: #fbfbfb;
    position: absolute;
    display: block;
    right: -8px;
    left: -8px;
    top: -12px;
  }
  .order-list .row .pay {
    border-bottom: transparent;
    border-top: transparent;
    padding: 0;
  }
  .order-list .row .col {
    padding: 0 5px;
  }
  .order-list .row .col:last-child ul:last-child {
    margin-bottom: 0;
  }
  .order-list .row .number {
    margin-top: 0.3rem;
  }
  .main.step .ok .content {
    padding-bottom: 0 !important;
  }
  .main.step .ok .content h3 {
    text-align: center;
  }
  .main.step .ok .content h3 span {
    display: block;
  }
  .main.step .ok .content h3 + p {
    text-align: center;
  }
  .main.step .ok .content .pic {
    margin: 0 -0.8rem;
  }
  .main.step .ok .side {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .main.step .ok .side .box {
    box-shadow: none;
    background: #fff;
    margin-top: 10px;
    padding-top: 0.3rem;
  }
  .main.step .ok .side .box ul li {
    background: #f9684e;
    background: linear-gradient(135deg, #f9684e 0%, #ed1b2e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$third-color", endColorstr="$primary-color", GradientType=1);
    color: #fff;
    border-radius: 6px;
    margin: 0.5rem;
    line-height: 2.2rem;
    border: none;
  }
  .main.step .ok .side .box .qrcode .btn {
    width: auto;
    line-height: 2rem;
    background: #ed1b2e;
    color: #fff;
  }
  .main.step .ok .side .box .qrcode .info-link {
    color: #ed1b2e;
    position: relative;
    bottom: -13px;
    right: -10px;
  }
  .main.step .ok .side .pic {
    display: block;
  }
  .next-btn {
    margin: 1rem 0 0 1rem;
    display: inline-block;
    width: 100%;
  }
  .back-btn {
    display: inline-block;
    margin: 1rem 0 0;
    width: 100%;
  }
  .next-order {
    margin: 1rem -0.8rem -0.8rem;
  }
}
@media (max-width: 767px) {
  .index .main {
    background: #fbfbfb;
  }
  .step + footer {
    margin-bottom: 60px;
  }
  .step .ok + footer {
    margin-bottom: 0px;
  }
  .title {
    font-size: 1rem;
  }
  span.note b {
    display: block;
  }
  .car-list img {
    display: none;
  }
  .car-list.form-check {
    display: block;
    margin-bottom: 0.4rem;
  }
  .car-list .form-check-label {
    padding: 0.3rem;
    width: 100%;
    line-height: 2rem;
    border-radius: 5px;
  }
  .select-child label {
    display: none;
  }
  .back-btn {
    width: 100%;
    display: block;
  }
  .progress {
    font-size: 0.9rem;
  }
  .progress ul li:before {
    margin-right: 45%;
    min-width: 70px;
  }
}
@media (max-width: 320px) {
  .progress {
    font-size: 0.8rem;
  }
  .progress ul li {
    margin-right: 0px !important;
  }
  .progress ul li:before {
    margin-right: 45%;
    min-width: 58px;
  }
  a.logo {
    width: 50%;
  }
}
/*日期jq*/
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #000;
}

.dtp div.dtp-date, .dtp div.dtp-time {
  background: rgb(71, 71, 71);
}

.btn-flat {
  margin: 0.1rem 0.3rem;
  font-size: 0.8rem;
  border: #000 1px solid;
}

.dtp .p10 > a {
  color: #fff;
}

.dtp div.dtp-actual-year {
  color: rgba(255, 255, 255, 0.5);
}

.dtp table.dtp-picker-days tr > th {
  background: transparent;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background: rgb(71, 71, 71);
}

@media (max-width: 991px) {
  .btn-flat {
    width: auto;
  }
}
.table {
  border: 1px solid #979797;
  border-collapse: collapse;
  border-spacing: 0;
}
.table td, .table th {
  padding: 0.5rem;
}
.table thead th {
  border-left: 1px solid #fff;
  border-width: 1px;
}
.table thead th:first-child {
  border-left: none;
}
.table th {
  background: #ed1b2e;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.table td {
  border: 1px solid #979797;
  vertical-align: middle;
  text-align: center;
}

.table02 {
  margin-bottom: 15px;
}
.table02 thead th {
  background: #000;
}

.Rwd-table {
  display: block;
}

.receipt-add,
.Rwd-mobile {
  display: none;
}

.scbar {
  height: 450px;
  overflow: auto;
  padding-right: 10px;
}

/*table rwd*/
@media screen and (max-width: 991px) {
  .table-h tr,
  .table-h td {
    display: block;
    text-align: left;
  }
  .table-h td + td {
    border-left: 0;
  }
  .table-h td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    margin: 0;
    padding-right: 10px;
  }
  .table-h thead {
    display: none;
  }
  .table-h tr {
    position: relative;
    border-bottom: 1px solid #979797;
  }
  .table-h tr:last-child {
    border-bottom: none;
  }
  .table-h td {
    padding: 0.3rem 0.5rem;
    border: none;
  }
  .scbar {
    height: auto;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .Rwd-table {
    display: none;
  }
  .Rwd-mobile {
    display: block;
  }
  .table {
    font-size: 0.9rem;
  }
  .table td, .table th {
    padding: 0.4rem 0.3rem;
  }
  tr.tr-only-hide {
    display: none !important;
  }
}
.inside_order_way {
  font-size: 13px;
}
.inside_order_way h5 {
  margin-top: 15px;
  font-size: 1.1rem;
  color: #000;
}
.inside_order_way ul, .inside_order_way ol {
  margin: 0;
  padding: 0;
}
.inside_order_way ul > li, .inside_order_way ol > li {
  margin-left: 35px;
}

ol > li {
  list-style-type: cjk-ideographic;
}
ol > li > ol > li {
  list-style-type: decimal;
}
ol > li > ol > li > ol > li {
  position: relative;
  list-style-type: decimal;
}
ol > li > ol > li > ol > li:after {
  content: ")";
  position: absolute;
  left: -1px;
  top: 0;
}
ol > li > ol > li > ol > li:before {
  content: "(";
  position: relative;
  left: -23px;
}
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;
}

.table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}
.table thead th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #ed1b2e;
  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(237, 27, 46, 0.5);
  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: #ed1b2e;
}
.table-style01 tbody th {
  background: rgba(237, 27, 46, 0.6);
  color: #fff;
}

.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%;
    border: none;
  }
  .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: none;
    margin-bottom: 10px;
    display: block;
  }
  .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] {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: left;
    border: 1px solid #dfdfdf;
    background-color: white;
  }
  .table-rwd td[data-title]:before {
    content: attr(data-title);
    text-transform: uppercase;
    background: rgba(249, 104, 78, 0.7);
    color: white;
    font-weight: 500;
    padding: 0.5rem;
    min-width: 110px;
    width: 110px;
    flex-basis: 110px;
    text-align: right;
    margin-right: 10px;
    align-self: stretch;
  }
  .table-rwd tbody th {
    background: rgba(237, 27, 46, 0.8);
    color: #fff;
  }
  .table-style01 tr:nth-child(even) {
    background: transparent;
  }
  .Rwd-table {
    display: none;
  }
  .Rwd-mobile {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */