/*@function px2vh($px) {
    $vh:12.94px;
    @return ($px/$vh) +vh;
}*/
/* line 5, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
}

/* line 22, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../../scss/common/_base.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
  font-size: 12px;
}

/* line 10, ../../scss/common/_base.scss */
html {
  height: 100%;
}

/* line 14, ../../scss/common/_base.scss */
a {
  text-decoration: none;
}

/* line 18, ../../scss/common/_base.scss */
ul, li {
  list-style: none;
}

/* line 22, ../../scss/common/_base.scss */
input[type=text] {
  font-size: 12px;
  border: 1px solid #c8cbcc;
  padding: 2px 30px 0 10px;
  outline: none;
  background-color: white;
  -webkit-rtl-ordering: logical;
  cursor: text;
}
/* line 32, ../../scss/common/_base.scss */
input[type=text]:focus {
  border-bottom: 3px solid #000;
  padding-top: 2px;
}

/* line 38, ../../scss/common/_base.scss */
input[type=button] {
  border: none;
  letter-spacing: 3px;
}

/* line 3, ../../scss/mobile/route.scss */
body {
  background-color: #f5f5f5;
}

/* line 6, ../../scss/mobile/route.scss */
header {
  height: 1.17333rem;
  background-color: #074a92;
  padding: 0 5.6vw 0 4.66667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 14, ../../scss/mobile/route.scss */
header #return {
  width: 4.13333vw;
  height: 0.41333rem;
}
/* line 19, ../../scss/mobile/route.scss */
header #home {
  width: 5.2vw;
  height: 0.45333rem;
}
/* line 24, ../../scss/mobile/route.scss */
header span {
  font-size: 0.42667rem;
  color: #fff;
}

/* line 30, ../../scss/mobile/route.scss */
main .map {
  height: 8.32rem;
  width: 100vw;
}
/* line 36, ../../scss/mobile/route.scss */
main .routes li {
  background-color: #fff;
  margin-bottom: 0.10667rem;
}
/* line 40, ../../scss/mobile/route.scss */
main .routes li .route-head {
  height: 0.90667rem;
  border-bottom: 2px solid #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4.8vw;
}
/* line 48, ../../scss/mobile/route.scss */
main .routes li .route-head span {
  font-size: 0.34667rem;
  color: #333333;
  height: 0.42667rem;
  line-height: 0.42667rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 57, ../../scss/mobile/route.scss */
main .routes li .route-head span i {
  width: 1.06667vw;
  height: 0.4rem;
  background-color: #074a92;
  border-radius: 5px;
  margin-right: 2.13333vw;
}
/* line 67, ../../scss/mobile/route.scss */
main .routes li .route-content {
  padding: 14px 60px;
  display: flex;
}
/* line 72, ../../scss/mobile/route.scss */
main .routes li .route-content span {
  font-size: 0.29333rem;
  color: #888888;
  line-height: 0.42667rem;
}
/* line 77, ../../scss/mobile/route.scss */
main .routes li .route-content span.tip {
  flex: 0 0 9.33333vw;
}
/* line 81, ../../scss/mobile/route.scss */
main .routes li .route-content span.text {
  flex: 1;
}
/* line 89, ../../scss/mobile/route.scss */
main section {
  background-color: #fff;
  margin-bottom: 0.10667rem;
}
/* line 93, ../../scss/mobile/route.scss */
main section .header {
  height: 0.90667rem;
  border-bottom: 2px solid #f5f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4.8vw;
}
/* line 101, ../../scss/mobile/route.scss */
main section .header span {
  font-size: 0.34667rem;
  color: #333333;
  height: 0.42667rem;
  line-height: 0.42667rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* line 110, ../../scss/mobile/route.scss */
main section .header span i {
  width: 1.06667vw;
  height: 0.4rem;
  background-color: #074a92;
  border-radius: 5px;
  margin-right: 2.13333vw;
}
/* line 120, ../../scss/mobile/route.scss */
main section .body {
  padding: 0 2.93333vw;
}
/* line 123, ../../scss/mobile/route.scss */
main section .body .form-row {
  display: flex;
}
/* line 126, ../../scss/mobile/route.scss */
main section .body .form-row label {
  font-size: 0.34667rem;
  height: 1.06667rem;
  line-height: 1.06667rem;
}
/* line 132, ../../scss/mobile/route.scss */
main section .body .form-row .left {
  position: relative;
  flex: 0 0 20.26667vw;
  font-weight: 500;
  text-align: center;
  color: #888888;
}
/* line 140, ../../scss/mobile/route.scss */
main section .body .form-row .right {
  flex: 1;
  color: #333333;
  padding-left: 2.66667vw;
}
/* line 149, ../../scss/mobile/route.scss */
main img {
  width: 100%;
  height: 7.86667rem;
}
