/* @Author: Yi
 * @Date:   2015-04-21 18:04:34
 * @Last Modified by:   Yi
 * @Last Modified time: 2015-06-21 18:04:34
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1 {
  font-size: 48px;
  line-height: 36px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 12px;
  line-height: 24px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background: #eee;
}

img {
  border: 0;
}

a {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
a:link, a:visited, a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

section {
  background: #f2f2f2;
  clear: both;
}
section .title {
  width: 100%;
  text-align: center;
  padding: 70px 0px;
}
section .title h1 {
  display: table;
  margin: 0 auto;
  font-weight: 100;
  padding: 5px 5px;
  color: #000;
}
section .title .title_line {
  width: 20px;
  height: 2px;
  background: rgba(51, 51, 51, 0.6);
  margin: 0 auto;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.m_page {
  max-width: 680px;
  margin: 0 auto;
  min-height: 100%;
  background: #FFFFFF;
}
.m_page .contents {
  padding: 8px 20px;
}
.m_page .contents .title {
  margin-bottom: 24px;
  margin-top: 16px;
}
.m_page .contents p {
  margin-bottom: 8px;
}
.m_page .contents h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.m_page .contents .line {
  margin-top: 16px;
  border-bottom: 1px solid #E6E6E6;
}
.m_page .contents .question .q_icon {
  color: #FF8300;
  margin-right: 8px;
}

@-webkit-keyframes loader {
  0% {
    width: 0%;
    right: 0px;
  }
  100% {
    width: 100%;
    left: 0px;
  }
}
footer {
  background: #000;
  padding: 36px 20px;
  color: #FFF;
}
footer .text_logo {
  margin-top: 16px;
  background: url(../img/text_logo.svg) no-repeat;
  width: 72px;
  height: 32px;
}

.form_wrapper {
  margin: 10px 0px;
}

.form_end {
  margin-top: 20px;
}

input, select {
  border: 0;
  background: #fff;
  height: 48px;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-radius: 0px !important;
  -webkit-appearance: none;
  outline: none;
}

select {
  background: url("../img/down.png") no-repeat right #fff;
}

.btn {
  border: 0px;
  border-radius: 0px;
  background-color: #fff;
  height: 48px;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-right: 20px;
}
.btn.enter {
  background: #000;
  opacity: 0.8;
  color: #fff;
}
.btn.enter:hover {
  opacity: 1;
}
.btn.cancel {
  background: #ccc;
  opacity: 0.8;
  color: #000;
}
.btn.cancel:hover {
  opacity: 1;
}

.content_banner {
  position: relative;
  width: 100%;
  height: 50%;
  max-height: 300px;
  overflow: hidden;
  margin-top: 80px;
  display: table;
  background-color: transparent;
}
.content_banner img {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.content_banner .page_title {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  z-index: 100;
  position: relative;
  font-weight: 100;
  text-align: center;
  color: #fff;
}
.content_banner .banner_point {
  background: url("../img/bg_point.png") repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.content_banner .title_back {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 5px 10px;
  z-index: 500;
  cursor: pointer;
  color: #fff;
  font-weight: 200;
  background: #000;
  opacity: 0.5;
}
.content_banner .title_back:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .content_banner img {
    width: 200%;
    margin-left: -50%;
  }
}
/*
* @Author: Yi
* @Date:   2018-01-05 22:09:29
* @Last Modified by:   Yi
* @Last Modified time: 2018-01-05 23:52:20
*/
.queue_status {
  width: 100%;
  position: relative;
  display: table;
  background: #fff;
  padding: 24px 24px 36px 24px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.queue_status .queue_type#queue_now {
  display: none;
}
.queue_status .queue_type#queue_ready {
  display: none;
}
.queue_status .queue_type#queue_timeout {
  display: none;
}
.queue_status .status_type {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.queue_status .status_type.success {
  background: no-repeat url("../img/ic_line_success_y_100.svg");
}
.queue_status .status_type.number {
  width: 200px;
  background: no-repeat url("../img/ic_line_now_nb_y_100.svg");
  line-height: 100px;
  text-align: center;
  font-size: 48px;
  color: #FF8300;
  letter-spacing: 1.33px;
}
.queue_status .status_type.ready {
  background: no-repeat url("../img/ic_line_cook_y_100.svg");
}
.queue_status .status_type.timeout {
  background: no-repeat url("../img/ic_line_warning_y_100.svg");
}
.queue_status .status_message {
  text-align: center;
  margin-top: 8px;
}
.queue_status .status_message .message_describe {
  color: #757575;
}
.queue_status .queue_number {
  height: 40px;
  background: #FAFAFA;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  text-align: center;
  width: 240px;
  margin: 0 auto;
  margin-top: 16px;
}
.queue_status .queue_number .number_title {
  display: inline-block;
  line-height: 38px;
  color: #757575;
}
.queue_status .queue_number .number_id {
  display: inline-block;
  line-height: 38px;
}
.queue_status .queue_info {
  margin-top: 24px;
}
.queue_status .queue_info .progress_bar_line {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin-bottom: 16px;
}
.queue_status .queue_info .progress_bar_line .progress {
  width: 100px;
  /* Line: */
  position: relative;
  height: 1px;
  background-image: linear-gradient(-45deg, #ff8300 2%, #ff7f00 27%, #ff7200 53%, #ff5e00 79%, #ff4c00 96%);
  animation: loader 30s ease infinite;
}
.queue_status .queue_info .info {
  display: block;
  text-align: center;
  float: left;
  width: calc(100%/3);
}
.queue_status .queue_info .info .info_type {
  font-size: 13px;
  color: #757575;
  margin-bottom: 4px;
}
.queue_status .queue_info .info .info_text {
  font-size: 20px;
}
.queue_status .cancel_btn {
  clear: both;
  /* Rectangle 2: */
  background-image: linear-gradient(-45deg, #ff8300 2%, #ff7f00 27%, #ff7200 53%, #ff5e00 79%, #ff4c00 96%);
  border-radius: 100px;
  height: 36px;
  width: 160px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 3px;
  position: relative;
  bottom: -18px;
  margin: 0 auto;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: absolute;
  margin-left: -80px;
  left: 50%;
}

.store_about {
  clear: both;
  padding: 16px;
  margin-top: 36px;
}
.store_about .store_img {
  background: #fff;
  text-align: center;
  height: 120px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
}
.store_about .shadow_cover {
  /* Rectangle 6 Copy 3: */
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  color: #fff;
}
.store_about .shadow_cover .store_title {
  line-height: 60px;
}
