* {
  box-sizing: border-box; }

html, body, ul, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Microsoft YaHei", Helvetica, sans-serif; }

body {
  background-color: #f5f5f5;
  width: 10rem;
  margin: 0 auto;
  line-height: 1.5;
  color: #333333; }
  [data-dpr='1'] body {
    font-size: 14px; }
  [data-dpr='2'] body {
    font-size: 28px; }
  [data-dpr='3'] body {
    font-size: 42px; }

input, textarea {
  -webkit-appearance: none; }

button, input, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

input, label, select {
  border: 0;
  outline: none; }

ul {
  overflow: hidden; }

a {
  text-decoration: none; }

li {
  list-style: none; }

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle; }

[data-dpr='1'] .f13 {
  font-size: 13px; }
[data-dpr='2'] .f13 {
  font-size: 26px; }
[data-dpr='3'] .f13 {
  font-size: 39px; }

[data-dpr='1'] .f14 {
  font-size: 14px; }
[data-dpr='2'] .f14 {
  font-size: 28px; }
[data-dpr='3'] .f14 {
  font-size: 42px; }

[data-dpr='1'] .f15 {
  font-size: 15px; }
[data-dpr='2'] .f15 {
  font-size: 30px; }
[data-dpr='3'] .f15 {
  font-size: 45px; }

[data-dpr='1'] .f16 {
  font-size: 16px; }
[data-dpr='2'] .f16 {
  font-size: 32px; }
[data-dpr='3'] .f16 {
  font-size: 48px; }

[data-dpr='1'] .f18 {
  font-size: 18px; }
[data-dpr='2'] .f18 {
  font-size: 36px; }
[data-dpr='3'] .f18 {
  font-size: 54px; }

[data-dpr='1'] .f20 {
  font-size: 20px; }
[data-dpr='2'] .f20 {
  font-size: 40px; }
[data-dpr='3'] .f20 {
  font-size: 60px; }

.bottom_div {
  position: fixed;
  z-index: 98;
  bottom: 0;
  width: 10rem;
  margin: 0 auto;
  height: 1.17333rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #FF5F69;
  opacity: .85; }

.advice {
  height: 1.17333rem;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.85;
  color: white;
  text-align: center;
  line-height: 1.17333rem; }

#online {
  border-right: 1px solid #fff; }

#mobileModal {
  display: none;
  position: fixed;
  width: 10rem;
  height: 100%;
  z-index: 99;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
  top: 0; }

#mobileModal #contain {
  position: absolute;
  left: 0.26667rem;
  right: 0.26667rem;
  background-color: transparent;
  z-index: 999;
  bottom: 1.06667rem; }

#mobileModal #contain div, #div1, #div2, #div3 {
  display: block;
  width: 9.46666rem;
  height: 1.33333rem;
  line-height: 1.33333rem;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: #999;
  border-radius: 0.4rem 0.4rem 0 0; }

#mobileModal #div1 {
  border-radius: initial;
  color: #666; }

#mobileModal #div2 {
  border-radius: 0 0 0.4rem 0.4rem;
  color: #666; }

#mobileModal #div3 {
  color: #0275F4;
  margin-top: 0.13333rem;
  border-radius: 0.26667rem; }

#mobileModal span {
  color: #0275F4; }

.app-download {
  background-color: #333;
  width: 100%;
  height: 1.38667rem;
  padding: 0.2rem 0.4rem;
  color: #fff;
  margin: 0;
  overflow: hidden;
  position: relative; }
  .app-download .close {
    display: inline-block;
    vertical-align: top;
    padding: 0.21333rem 0;
    font-size: 0; }
    .app-download .close .icon-close {
      width: 0.53333rem;
      height: 0.53333rem;
      line-height: 0.53333rem;
      color: #fff;
      font-size: 20px; }
  .app-download .icon {
    font-family: "iconfont";
    font-style: inherit;
    line-height: 0.96rem; }
  .app-download .logo {
    display: inline-block;
    position: relative; }
    .app-download .logo > div {
      position: absolute;
      left: 0.32rem;
      width: 0.98667rem;
      height: 0.98667rem;
      background-color: #ff5f6a;
      border-radius: 50%;
      display: -webkit-box;
      /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
      display: -webkit-flex;
      /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
      display: -ms-flexbox;
      display: flex;
      /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .app-download .logo > div img {
        width: 0.64rem;
        height: 0.46667rem; }
    .app-download .logo > span {
      display: block;
      padding-left: 1.49333rem;
      line-height: 0.48rem; }
    .app-download .logo .small {
      margin-top: 1px; }
  .app-download .btn {
    display: inline-block;
    position: absolute;
    top: 0.29333rem;
    right: 0.4rem;
    padding: 0 0.16rem;
    color: #fff;
    border-radius: 0.10667rem;
    text-align: center;
    height: 0.78667rem;
    line-height: 0.78667rem;
    background-color: #ff5f69; }

header {
  position: relative; }
  header img {
    width: 10rem;
    height: 4.72rem; }
  header .desc_ {
    position: absolute;
    left: 0.4rem;
    bottom: 0.66667rem;
    color: #fff; }

.desc {
  background-color: #fff;
  padding: 0.4rem; }

.journey ul {
  padding: 0.13333rem;
  overflow: hidden; }
  .journey ul li {
    float: left;
    width: 50%;
    padding: 0.13333rem; }
    .journey ul li a {
      display: block;
      border-bottom: 1px solid #ccc; }
      .mark-img{
        position: absolute;
        width: 1.33334rem;
        height: 1.33334rem;  }
      .journey ul li a .pic {
        position: relative;
        overflow: hidden; }
        .journey ul li a .pic .img {
          display: block;
          width: 100%;
        }
        .journey ul li a .pic .price {
          padding: 0.10667rem;
          position: absolute;
          bottom: 0.21333rem;
          left: 0.18667rem;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.5); }
        .journey ul li a .pic .triangle {
          height: 0.08rem;
          position: absolute;
          bottom: 0;
          width: 100%;
          overflow: hidden; }
          .journey ul li a .pic .triangle .triangle-left {
            border-right: 0.08rem solid transparent;
            border-bottom: 0.08rem solid #fff;
            width: 0.26667rem;
            float: left; }
          .journey ul li a .pic .triangle .triangle-right {
            border-left: 0.08rem solid transparent;
            border-bottom: 0.08rem solid #fff;
            margin-left: 0.26667rem; }
      .journey ul li a .chief {
        background-color: #fff;
        padding: 0.13333rem; }
        .journey ul li a .chief > p {
          color: #000;
          margin: 0;
          max-height: 1.12rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .journey ul li a .chief > span {
          color: #999;
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }

.order {
  text-align: center;
  background-color: #fff;
  padding: 0.64rem 0.4rem 1.26667rem; }
  .order .title_ {
    margin-bottom: 0.61333rem; }
  .order .btn_ {
    color: #fff;
    width: 100%;
    height: 1.30667rem;
    line-height: 1.30667rem;
    background-color: #ff5e69;
    border-radius: 0.13333rem; }
  .order .tip_ {
    color: #888;
    margin-top: 0.33333rem; }

.bottom_banner {
  width: 10rem;
  height: 2.53333rem;
  margin-bottom: 1.17333rem; }

/*# sourceMappingURL=index.css.map */
