/* line 8, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
body {
  font-family: "Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
}

/* line 11, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
input, button, textarea {
  outline: none;
}

/* line 14, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
*:focus {
  outline: none !important;
}

/* line 17, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
input[type=file] {
  z-index: 1;
}

/* line 20, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
textarea {
  resize: none;
}

/* line 23, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
ol, ul {
  list-style: none;
}

/* line 27, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
body {
  background: #eeece9;
  color: #6d391b;
}

/* line 31, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
ol, ul, li {
  margin: 0;
  padding: 0;
}

/* line 35, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  vertical-align: middle;
}

/* line 38, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.navbar-custom {
  background: #fff;
  border: 0;
  border-bottom: #e3daca 1px solid;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 6px #e3daca;
          box-shadow: 0 1px 6px #e3daca;
  font-size: 21px;
}

/* line 46, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.navbar-custom .navbar-nav > li > a {
  color: #282828;
  padding: 7px 10px;
  margin: 20px 15px;
}

/* line 51, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: #885e46;
  color: #fff;
  border-radius: 3px;
}

/* line 56, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.navbar-nav {
  margin: 0 -15px;
}

/* line 60, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.navbar-default .navbar-toggle {
  border: #ceccca 1px solid;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  border-radius: 3px;
}

/* line 65, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.navbar-default .navbar-toggle .icon-bar {
  border: 0;
  background: #6d391b;
  width: 13px;
  height: 3px;
  margin-top: 2px;
}

/* line 72, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.navbar-default .navbar-toggle .icon-bar:first-child {
  margin-top: 0;
}

/* line 75, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #eee;
}

/* line 78, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.btn-custom {
  color: #fff;
  background-color: #885e46;
  border-color: #756d69;
  border: 0;
  position: relative;
  font-size: 20px;
  padding: 8px 100px;
}

/* line 87, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.btn-custom:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  background: #7b5139;
  width: 100%;
  height: 50%;
  border-radius: 4px;
  z-index: -1;
  display: none;
}

/* line 99, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.btn-custom:hover {
  color: #fff;
  background-color: #7b5139;
  border-color: #398439;
}

/* line 104, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.btn-custom.focus, .btn-custom:focus {
  color: #fff;
  background-color: #7b5139;
  border-color: #255625;
  outline: none;
}

/* line 110, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.btn-custom:active:hover, .btn-custom.active:hover, .btn-custom:active:focus, .btn-custom.active:focus, .btn-custom:active.focus, .btn-custom.active.focus {
  color: #fff;
  background-color: #6b442e;
  border-color: #554e4a;
  outline: none;
}

/* line 116, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.btn-custom:active, .btn-custom.active {
  color: #fff;
  background-color: #7b5139;
  border-color: #398439;
}

/* line 122, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.radiogroup input[type="radio"] {
  position: absolute;
  left: -2200px;
  z-index: -1;
  opacity: 0.5;
}

/* line 128, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.radiogroup label {
  padding-left: 26px;
  /*margin-left: -12px;*/
  font-size: 14px;
  font-weight: normal;
  position: relative;
  margin-top: 10px;
}

/* line 136, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.radiogroup label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: #6d391b 2px solid;
  background: #fff;
}

/* line 146, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.radiogroup input[type="radio"]:checked + label:before {
  content: "\f00c";
  background: #6d391b;
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  padding-top: 2px;
}

@media (min-width: 768px) {
  /* line 159, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .navbar-nav {
    margin: 0;
  }
}
/* line 164, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
header {
  background: #fff;
  border-bottom: #e8e0d2 1px solid;
}

/* line 168, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
header .logo {
  float: left;
  padding: 20px 0;
}

/* line 172, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
header .logo img {
  height: 40px;
}

/* line 175, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
header .slogan {
  float: right;
  font-size: 16px;
  color: #885e46;
  padding: 30px 15px;
}

/* line 181, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.navbar-brand {
  display: none;
}

/* line 184, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.content {
  background: #fff;
  -webkit-box-shadow: 0 2px 3px #e3daca;
          box-shadow: 0 2px 3px #e3daca;
  padding: 25px;
}

/* line 189, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.ask-wrap h2 {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}

/* line 194, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.ask-wrap .list {
  margin-top: 10px;
}

/* line 197, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.ask-wrap .list h3 {
  font-size: 16px;
  font-weight: bold;
}

/* line 201, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.ask-wrap .list li {
  font-size: 14px;
}

/* line 204, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.btn-wrap {
  text-align: center;
  margin-top: 30px;
}

/* line 208, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
footer {
  font-size: 14px;
  color: #fff;
  background: #b72b2f;
  text-align: center;
  padding: 20px 15px;
  margin-top: 20px;
}

/* line 216, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
section {
  margin-top: 20px;
}

/* line 219, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
section:first-child {
  margin-top: 0;
}

/* line 222, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
section .title {
  font-size: 16px;
  position: relative;
  padding-left: 10px;
  margin: 0 0 10px 0;
}

/* line 228, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
section .title-h {
  margin-bottom: 20px;
}

/* line 231, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
section .title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  background: #6d391b;
}

/* line 239, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
section .text {
  font-size: 14px;
  color: #695950;
}

/* line 243, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.comment-text {
  font-size: 14px;
}

/* line 246, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.comment-text h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

/* line 251, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.shops .list {
  border: #f2f2f2 1px solid;
  font-size: 12px;
  margin-top: 15px;
}

/* line 256, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.shops .list .name {
  font-size: 14px;
  font-weight: bold;
  border-bottom: #f2f2f2 1px solid;
  padding: 12px 15px;
}

/* line 262, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.shops .list .list-content {
  padding: 12px 15px;
}

/* line 265, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.shops .list .list-content .map {
  margin: 12px 10px 0 0;
}

/* line 269, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.shops .list .list-content .map img {
  width: auto;
}

/* line 275, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.shops .list .list-content .address {
  color: #333;
}

/* line 278, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.shops .list .list-content .hours {
  color: #999;
  margin-bottom: 0;
}

/* line 290, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion .row {
  margin-left: -8px;
  margin-right: -8px;
}

/* line 294, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 298, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion .list {
  border: #f2f2f2 1px solid;
}

/* line 301, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion .list .title {
  border-bottom: #f2f2f2 1px solid;
  padding: 8px 15px 8px 0;
  margin-bottom: 0;
}

/* line 306, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion .list .tags {
  background: #ff4500;
  color: #fff;
  font-size: 12px;
  float: left;
  padding: 0 5px;
  margin-top: 1px;
}

/* line 314, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion .list .name {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin-left: 8px;
}

/* line 321, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion .list .time {
  color: #9ca5ac;
  font-size: 12px;
  float: right;
  margin-top: 2px;
}

/* line 327, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion .list .pic {
  width: 100%;
  height: 200px;
}

/* line 331, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion h5 {
  margin-top: 2em;
}
/* line 333, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion h5.old {
  color: #999;
}

/* line 337, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion ul.old {
  color: #999;
}

/* line 341, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion-item.old h5 {
  color: #999 !important;
}
/* line 344, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion-item.old ul {
  color: #999 !important;
}

/* line 349, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.promotion ul li {
  list-style: circle;
  margin-left: 1em;
}

/* line 353, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.qa ul li {
  list-style: circle;
  margin: 2em 0 0 1em;
}
/* line 357, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.qa ul li h4 {
  font-size: 15px;
}

/* line 361, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.price h4, .job h4 {
  font-size: 14px;
  font-weight: bold;
}

/* line 365, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.price ul li, .job ul li {
  list-style: circle;
  margin-left: 2em;
}

/* line 371, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.intro .logo-matt {
  margin: 10px 0 20px 0;
}

/* line 374, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.slidesjs-previous, .slidesjs-next {
  display: none;
}

/* line 377, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
#slides {
  position: relative;
}

/* line 380, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.slidesjs-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
}

/* line 388, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.slidesjs-pagination li {
  display: inline-block;
  margin: 0 2px;
}

/* line 393, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.slidesjs-pagination li a {
  background: #eee;
  border-radius: 50%;
  display: block;
  width: 7px;
  height: 7px;
  padding-top: 7px;
  overflow: hidden;
}

/* line 402, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
  background: #b72b2f;
  -webkit-box-shadow: 0px 0px 0px 1px #ccc inset;
          box-shadow: 0px 0px 0px 1px #ccc inset;
}

/* line 406, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
#slides {
  margin: 5px -7px 20px -7px;
  text-align: center;
}

/* line 410, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
#slides li {
  list-style: none;
  padding-left: 7px;
  padding-right: 7px;
}

/* line 415, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
#slides img {
  width: 100%;
  border: #eee 1px solid;
}

/*
.intro .picture {
  text-align: center;
  margin: 20px -5px;
}
.intro .picture>div {
  width: 25%;
  padding: 5px;
  float: left;
}
.intro .picture>div img {
  width: 260px;
  height: 150px;
  border: #eee 1px solid;
}
*/
/* line 438, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.intro .text {
  font-size: 15px;
  text-indent: 2em;
  margin-bottom: 40px;
}

/* line 443, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.intro .text h3 {
  color: #C93531;
}

/* line 446, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.intro .code {
  text-align: center;
  margin-bottom: 50px;
}

/* line 450, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.intro .contact {
  font-size: 16px;
  color: #000;
  text-align: center;
}

/* line 455, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.intro .contact p {
  margin-bottom: 5px;
}

/* line 458, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.intro .contact .tel {
  margin-left: -23.5em;
}

/* line 462, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
span.feature {
  font-size: 1.2em;
  font-weight: bold;
  padding-right: 0.5em;
}

@media (max-width: 768px) {
  /* line 469, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .navbar-custom {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 10px;
    font-size: 18px;
  }

  /* line 474, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .navbar-custom .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
  }

  /* line 479, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  header {
    display: none;
  }

  /* line 482, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .navbar-brand {
    display: inline;
    padding: 12px 15px;
  }

  /* line 486, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .navbar-brand img {
    height: 26px;
  }

  /* line 489, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .w-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 493, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #463265;
    background-color: #efefef;
  }

  /* line 497, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .intro .logo-matt {
    display: none;
  }

  /* line 500, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .intro .contact {
    text-align: left;
  }

  /* line 503, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .intro .contact .tel {
    margin-left: 0;
  }

  /* line 506, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  footer {
    margin-top: 12px;
  }

  /* line 510, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  #slides {
    margin: 5px 0 20px 0;
    text-align: center;
  }

  /* line 514, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  #slides li {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 519, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  #slides img {
    width: 100%;
    height: auto;
    border: 0;
    margin-bottom: 10px;
  }

  /* line 525, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .promotion .list .pic {
    width: 100%;
    height: 130px;
  }

  /* line 529, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .shops .list .list-content .map img {
    width: 100%;
  }

  /* line 532, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
  .comment-pic img {
    width: 100%;
  }
}
/* line 537, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
.center {
  width: auto;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

/* line 547, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
footer small a {
  color: #939393;
}
/* line 549, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
footer small a:link, footer small a:visited, footer small a:hover, footer small a:active {
  color: #939393;
}

/* line 554, /var/www/sdjfood/app/assets/stylesheets/intro.scss */
a.qq {
  position: fixed;
  right: 2px;
  bottom: 80px;
  font-size: 2em;
}
