.move-touch {
    -webkit-overflow-scrolling: touch;
}
.auto-center ul li .pict {
    display: table;
    width: 100%;
    text-align: center;
}
.auto-center ul li .pict i {
    vertical-align: middle;
    display: table-cell;
}
.vague {
    -webkit-filter: blur(2px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.rogate {
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.rogate:hover {
    transform: rotate(90deg);
}
.arrow {
    position: relative;
    line-height: 1;
    margin-left: 0.1rem;
}
.arrow:before {
    content: '';
    position: absolute;
    top: -0.02rem;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 0.08rem solid;
    border-right: 0.08rem solid transparent;
    border-top: 0.08rem solid transparent;
    border-left: 0.08rem solid transparent;
}
.arrow:after {
    content: '';
    position: absolute;
    top: 0.18rem;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0.08rem solid;
    border-right: 0.08rem solid transparent;
    border-bottom: 0.08rem solid transparent;
    border-left: 0.08rem solid transparent;
}
.arrow.one:before {
    display: none;
}
.arrow.one:after {
    top: 0.14rem;
}
.border-top:before {
    background: #dadada;
    content: '';
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    width: 200%;
    top: 0;
    left: 0;
}
.border-bottom:after {
    background: #dadada;
    content: '';
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    width: 200%;
    bottom: -1px;
    left: 0;
}
.flex-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.flex-slide > * {
    flex-shrink: 0;
}
.box-space-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.box-space-between > * {
    flex-shrink: 0;
}
.touch-state {
    position: relative;
}
.touch-state label {
    position: relative;
    background: #fff;
    display: block;
    width: 0.9rem;
    height: 0.45rem;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.touch-state label:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    width: 0.41rem;
    height: 0.41rem;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.touch-state input {
    position: absolute;
    z-index: 0;
    opacity: 0;
    left: 45%;
    top: 20%;
}
.touch-state input:checked + label {
    background: #47b92c;
    border-color: #47b92c;
}
.touch-state input:checked + label:after {
    left: calc(100% - 0.41rem);
}
.swiper-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    position: relative;
}
.swiper-slide {
    flex-shrink: 0;
    position: relative;
}
.mohu {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false);
}
.fixed-top {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #fff;
}
.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
}
.column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.column > * {
    column-count: 1;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: center;
}
a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
    margin: 0;
    padding: 0;
}
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400;
}
table {
    border-spacing: 0;
}
body {
    font-family: 'microsoft yahei', Arial;
    font-size: 0.26rem;
    line-height: 1;
    color: #333;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
::-webkit-scrollbar {
    width: 0;
    height: 0;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li {
    list-style-type: none;
    float: left;
}
a {
    text-decoration: none;
    color: #333;
    outline: 0;
}
img {
    border: none;
    vertical-align: middle;
}
em,
i,
var {
    font-style: normal;
}
button {
    font-family: 'microsoft yahei', Arial;
    outline: 0;
    cursor: pointer;
    font-size: 0.26rem;
    border: none;
}
iframe {
    border: none;
}
input,
select,
textarea {
    outline: 0;
    font-family: 'microsoft yahei', Arial;
    font-size: 0.26rem;
    border-radius: 0;
    border: none;
    background: 0 0;
}
input:disabled {
    opacity: 1;
    color: #333;
}
button,
input[type='button'],
input[type='date'],
input[type='number'],
input[type='password'],
input[type='reset'],
input[type='submit'],
input[type='text'],
textarea {
    -webkit-appearance: none;
    border: none;
    background: 0 0;
}
textarea {
    resize: none;
}
.ico {
    display: inline-block;
    vertical-align: middle;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
.hide {
    display: none !important;
}
.mobile-wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    float: left;
}
body,
html {
    width: 100%;
    height: 100%;
}
.banner {
    width: 100%;
    position: relative;
}
.banner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.99rem;
    background: url(../img/7d8fc4_750x99.png) center no-repeat;
    background-size: 100% 0.99rem;
}
.banner img {
    width: 100%;
}
.container {
    width: 100%;
    height: 29.53rem;
    background: url(../img/023afb_750x2953.jpg) top center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0;
    float: left;
}
.container .intrs {
    width: 100%;
    padding-top: 0.1rem;
}
.container .intrs img {
    width: 100%;
}
.container .buttons {
    width: 100%;
    text-align: center;
    padding-top: 0.24rem;
}
.container .buttons button {
    width: 5.18rem;
    height: 1.12rem;
    background: url(../img/81f3ae_518x112.png) center no-repeat;
    background-size: 5.18rem 1.12rem;
    animation: myfirst 1s infinite;
}
.container .label {
    width: 100%;
    text-align: center;
}
.container .label img {
    width: 6.92rem;
}
.container .type {
    padding-top: 0.6rem;
    float: left;
    width: 100%;
}
.container .type img {
    width: 100%;
}
.container .recomment {
    width: 100%;
    padding-top: 0.32rem;
    float: left;
}
.container .recomment img {
    width: 100%;
}
.container .pays {
    width: 100%;
    padding-top: 0.3rem;
    float: left;
}
.container .pays img {
    width: 100%;
}
.logo {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    text-align: center;
}
.logo img {
    width: 4.42rem;
}
@keyframes myfirst {
    from {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    to {
        transform: scale(1);
    }
}


footer {
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.6rem;
    z-index: 99;
    line-height: .4rem;
    letter-spacing: .026667rem;
    max-width: 750px;
  }
  .btns {
    color: #fff;
    padding: 0.25rem;
    border-radius: 0.2rem;
    width: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
  }
  .leftDownLaodBtn {
    background: rgb(22, 120, 255);
  }
  .rightDownLaodBtn {
    background: rgb(255, 170, 9);
  }
  .cg-footer-bubble {
    position: absolute;
    bottom: 1.013333rem;
    right: 0;
    padding: .16rem .253333rem;
    background-color: #ea4e3d;
    border-radius: .213333rem;
    font-size: .2rem;
    max-width: calc(100% - .253333rem);
    white-space: normal;
    word-break: break-all;
  }
  .cg-footer-bubble::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: .32rem solid transparent;
    border-left: .32rem solid #ea4e3d;
    left: 0;
    bottom: -.186667rem;
  }

  
/*  线路弹窗 */
.lineModalMask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1000;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display:flex;
    max-width: 750px;
    margin: 0 auto;
  }
  .lineBox {
    background-color: rgba(144, 240, 144, 0.92);
    display: flex;
    flex-direction: column;
    width: 90%;
    max-height: 380px;
    /* overflow-y: scroll; */
    padding: 0.25rem;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
  }
  .lineBox .line-Item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
  }
  .lineBox .line-Item .leftPart {
    display: flex;
    flex-direction: column;
    width: 80px;
  }
  .lineBox .line-Item .leftPart .topP {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: 3px;
  }
  .lineBox .line-Item .leftPart .topP div:nth-child(1) {
    width: 3px;
    height: 10px;
    background: #04be02;
  }
  .lineBox .line-Item .leftPart .topP div:nth-child(2) {
    width: 3px;
    height: 14px;
    background: #04be02;
    margin: 0 2px;
  }
  .lineBox .line-Item .leftPart .topP div:nth-child(3) {
    width: 3px;
    height: 16px;
    background: #04be02;
  }
  .lineBox .line-Item .leftPart .botTime {
    font-size: 12px;
    color: #04be02;
  }
  .lineBox .line-Item .midPart {
    color: rgb(51, 51, 51);
  }
  .lineBox .line-Item .rightPart {
    padding: 0.16rem;
    background-color: #1678Ff;
    color: #fff;
    border-radius: 6px;
    font-size: 13px;
  }
  .closeBtn {
    width: 32px;
    height: 32px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAMAAABGS8AGAAAAilBMVEUAAAD////e5Orv8vXe5Or////e5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Ore5Or////////h5+z8/f7z9ffm6/Dp7fHt8PT5+vv2+PrCEzcDAAAAJXRSTlMAYJYggoAJR6DVzbyRfHYuimpXKBlePTURrlDbxOm27OJwZaif1OMsUAAABGNJREFUWMPdmdtiojAQhlNAOSOoeK6tugRy4P1fb0lCO26DDRiv9r8Twsfkz0wSA/ovtVh6tzj8fP/4eP+M4iBdrpC93GtwJJQ1La+leNswisOgXNtQd9czpg2vNPGG4v1y/iR2lWDaVo9Ud2xv/YyxDmnqnsG77hOCOxFhC/+6znDuTsSuHdx89ZrgU5CW/nbluqutX6ZBJP1RYeN8kiEZZv2DJMr9nfbaZRL2/alZdJ3ignyIU5xvHzXaOJipVsQZaXWBG4UNi99zJuvR7LQcw00Il63xxdw2VTG02DO3dahqmuxG1Y8jw6iJY2g4V1wWH9BIFZEMmjoGLlPv302oI4eayYqLczRJKomoY/CX4wxNVI4F+bHPDpHcAk2Wp8gPcuOChQ/AnURWzx4GByEUiYNT9JQS0ds2HjSiEb1JnoDC+LABmzMCN55SIALDpVb4wn4eWSw4G0k4aR4x8b4rslAq+ky9HyOHlRFWujUiM34ELK9JI2zM0EJewyUbJVrIHuuufNpvQsT40QKB5IVsoOVsNnMRGnEDQuYh/F5S0QV9uX2rhN7QmBuQAwTWyX33osbRw6qU3nSukh5z3Hak/J/iIBut1awC8hC3mmmPlLQfLHDiiAbBQNa51R99CcL1nReOcCIZBgNZ50LEoHPHYl9pIOZLekCDHgNZ54LHoIx1QZ7758VQalUHECBrl3RtCSTYgYh5DSET2cgFkxcQfYDMZANX6dR2vi6/x455aAR5BBcFMHpiIGmJRpDNXDXt9MUW8c4VHxnII7mooN9pEXJZdwaymQvV1qoF6hPG0UQ2c5EPOfbRgfEKmcnANYHDEWAgA9cMBivswboVRzF4W3srYPD4SUs3+8G7iqw4qwJpoUDs0y2VEwQUYfqSAgEavONVJR3L/oPd0asmIVib5Jpd491rps3F3USPjjWkhe1EX1C5sQe/m/w1S9PtfnIvhcmh9WIKFm9grwnzm93yf5AWaxsj6w0LbNagDOt3yy0W9H3z75pNC+tNob7PduS+1mYbCwGy7D6tZRcuA/vrP7C/Nt/IGVTHXfrxI7LTSgacD/zhSezADvz1+nnRt+EWIjj2M7iF6EZztuC6IRd2zjXjqTx+sTCCQQJoRVOR9GkuqWTR6fJxLWwun+OmwmAeDuamR8S96PDUwMlDIVz8ckjSxk+Qr5hrxzOa/+1pshsXzH8feddpBBlfph67cdNpx0KSOZ5SgnOH1JI7R0ZyTZ3FWK6/Z5Xk7kzntrJdg7OxNvSHsfORPavpmOwoI1rD8bFJHm7l2TTZG+akZUz4pO4dYlbLB0hUrB96loVEBlDTYDN6oBPlXMUp3hergTG+xJjxSoXrTTrpupH2+8tPeEuXW3c37964c7eltz8SJu7KTpnzRzewqZTkFyHcS34TqnqsNgwjM5So7irVUvCbMwzmTtTCw6LTuuqWkShzkYV874T774TwpZDgON0ia7mHNDgdu++anT7ej3GQ+Wv0H+ov9UMLyPmx8boAAAAASUVORK5CYII=') no-repeat center;
    background-size: cover;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-16px);
  }
  
  @media (min-width: 750px) {
    footer {
        font-size: 18px;
        height: 1rem;
    }
    .btns {
      padding: 0.15rem;
    }
  }