/* CSS Document */
body{
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto!important;
}
.white{
    background: #fff;
}
/* header */
nav{
    /*position:relative;*/
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    height:.88rem;
    line-height:.88rem;
    background:#48c6af;
    color:#fff;
    font-size:.36rem;
    text-align:center;
    z-index: 999;
}
body::before{
    content: '';
    height: .88rem;
    display: block;
}
.back{
    position:absolute;
    left:.3rem;
    top:.25rem;
    background:url(../../images/share/icon-nav-back.png) no-repeat;
    background-size: .22rem .38rem;
    width: .22rem;
    height: .38rem;
    border: none;
    cursor: pointer;
}
.icon-share,.icon-time,.icon-que,.icon-news{
    position:absolute;
    right:.3rem;
    top:.25rem;
    width: .4rem;
    height: .4rem;
    background-repeat: no-repeat;
    background-size: .4rem .4rem;
    text-align:center;
    border: none;
    cursor: pointer;
    background-color: transparent;
}
.icon-share{
    background-image: url(../../images/share/icon_share.png);
}
.icon-news{
    background-image: url(../../images/share/icon-inform.png);
}
.icon-time{
    width: 2em;
    height: auto;
    top: .12rem;
    color: #fff;
    font-size: .24rem;
}

.container{
    width: 100%;
    min-width: 320px;
    max-width: 640px;
}
.bannerWrap{
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin-bottom:10px;
}
.banner{
    display:block;
    width:100%;
    background:#333;
    cursor:pointer;
}
.banner img{
    display:block;
    width:100%;
    border:none;
}


.box-bg{ background:#fff;}

/* footer */
footer{
    display: -webkit-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    z-index: 333;
}
.g-footbar,.month-footer{
    height: .98rem;
    padding: 0 .3rem;
    border-top: 1px solid #c8c8c8;
    background: #fff;
}
.g-footbar .btn{
    -webkit-box-flex: 1;
    box-flex: 1;
    position: relative;
    width: 50%;
    height: .72rem;
    margin-top: .12rem;
    margin-bottom: .12rem;
    color: #3ac9af;
    background: #fff;
    border-radius: .1rem;
    text-align: center;
    box-sizing: border-box;
    display: block;
    border: 1px solid #3ac9af;
}
/* .g-footbar .btn:last-child{
    margin-left: .3rem;
} */
.mr{
	margin-left: .3rem;
}
.g-footbar .btn span{
    display: block;
    position: relative;
    top: 50%;
    font-size: .3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1em;
}
.g-footbar .m-btn{
    background: #3ac9af;
}
.g-footbar .m-btn span{
    color: #fff;
}
.g-footbar .m-btn:last-of-type span {
    margin-top: -1px;
}

/* Ê×Ò³ footer */
#navbar {
    box-sizing: border-box;
    display: -webkit-box;
    display: box;
    position: fixed;
    max-width: 640px;
    z-index: 990;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .08rem 0;
    margin: 0 auto!important;
    height: .98rem;
    border-top: 1px solid #c8c8c8;
    background: #fff;
}
.hairlines-bottom::after, .hairlines-left::before, .hairlines-right::after, .hairlines-top::before {
    content: '';
    position: absolute;
    background: #ebebeb;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

#navbar>a {
    -webkit-box-flex: 1;
    box-flex: 1;
    position: relative;
    display: block;
    height: 100%;
    line-height: 1;
    font-size: .20rem;
    color: #323232;
    text-align: center;
}
#navbar>a.active {
    color: #48c6af;
}

#navbar>a::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-top: -.03rem;
    width: .42rem;
    height: .5rem;
    background: url(../../images/share/index-footer.png) no-repeat;
    background-size: 2rem 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#navbar>a::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}

#navbar>a.active.search::before {
    background-position: 0 -.6rem;
}
#navbar>a.search::before {
    background-position: 0 0;
}
#navbar>a.active.wait-bus::before {
    background-position: -.64rem -.6rem;
}
#navbar>a.wait-bus::before {
    background-position: -.64rem 0;
}
#navbar>a.active.mine::before {
    background-position: -1.22rem -.6rem;
}
#navbar>a.mine::before {
    background-position: -1.22rem 0;
}

/* Ïß */
.hairlines-bottom {
    border-bottom: 1px solid #dcdcdc;
}

/* ÔÂÆ± */
.icon-que{
    background-image: url(../../images/share/icon_nav_que.png);
    background-size: .36rem .36rem;
}
.ticket-footer{
    padding-right: 0;
    line-height: .98rem;
}
.ticket-footer .month-select{
    -webkit-box-flex: 1;
    box-flex: 1;
    position: relative;
    display: block;
    font-size: .3rem;
    color: #323232;
}

.ticket-footer .buy-btn{
    width: 0rem;
    border: none;
    margin: 0;
    height: 100%;
    border-radius: 0;
    color: #fff;
    font-size: .36rem;
    background: #48c6af;
}

.ticket-footer .tic-sel{
    font-size: .20rem;
    margin-right: .3rem;
}

.ticket-footer .tic-sel input{
    display: inline-block;
    width:.4rem;
    height:.4rem;
    vertical-align:middle;
    background-image:url(../../images/share/icon_order_refund_check.png);
    background-repeat: no-repeat;
    background-size:.36rem;
    cursor:pointer;
    margin-right:.1rem;
    border-color: transparent;
    outline: 0;
    -webkit-appearance: none;
}
.ticket-footer .tic-sel input.on{
    background-image:url(../../images/share/icon_order_refund_default.png);
}

.ticket-footer .cancel-btn{
    width: 20%;
    line-height: .72rem;
    background: #fff;
    color: #48c6af;
    font-size: .36rem;
    border: none;
}
.ticket-footer .again-btn{
    border: none;
    margin: 0;
    height: 100%;
    border-radius: 0;
    color: #fff;
    font-size: .36rem;
    background: #48c6af;
}
.g-footbar .btn.again-btn{
    margin-left: 0;
}

.cancel-footbar{
    padding: 0;
}
