.sitemap-bg {
    background-color: #ffffff;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}

.breadcrumb .qstr span:hover {
    border: 1px solid #f00;

}

.breadcrumb .qstr span:hover .fa {
    color: #f00;
}

.breadcrumb .qstr span {
    padding: 2px 4px;
    background-color: #ededed;
    border: 1px solid #f0f0f0;
}

.breadcrumb .qstr span .fa {
    font-size: 12px;
    margin-left: 4px;
}

html {
    font-size: 100px;
}

a, input, input:focus {
    outline: 0
}

a:hover {
    text-decoration: none;
}

.btn {
    text-decoration: none
}

.show-img-toast:hover {
    cursor: pointer
}

.cate-icon, body {
    font-size: 0.14rem;
    /*-webkit-font-smoothing: antialiased*/
}

.elli, .swiper-container, .wrapper {
    overflow: hidden
}

.elli, .s-tab .tab-list li {
    /*white-space: nowrap;*/
    text-overflow: ellipsis
}

* {
    margin: 0;
    padding: 0
}

img {
    display: block;
    border: none
}

ul {
    list-style: none
}

a {
    color: inherit
}

.number-font {
    font-family: DINCondensed-Bold, DINCondensedBold
}

.sno {
    display: none
}

.clear {
    clear: both
}

.clearfix:after {
    display: table;
    content: '';
    clear: both
}

.lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.header .header-bar .coll-home:hover, .header .header-bar .set-home:hover, .zk-main .bread-area a:hover {
    text-decoration: underline
}

@font-face {
    font-family: "iconfont";
    src: url('/resources/shunfengche/images/iconfont/iconfont.eot'); /* IE9*/
    src: url('/resources/shunfengche/images/iconfont/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/resources/shunfengche/images/iconfont/iconfont.woff') format('woff'), /* chrome, firefox */ url('/resources/shunfengche/images/iconfont/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('/resources/shunfengche/images/iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.cate-icon {
    font-family: "iconfont" !important;
    color: #d8d8d8;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.002rem;
    -moz-osx-font-smoothing: grayscale;
}

body {
    /*font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;*/
    font-family: "helvetica neue", "Hiragino Sans GB", "冬青黑", "Microsoft YaHei", "微软雅黑", arial, sans-serif;
    color: #444;
    -webkit-backface-visibility: hidden;
    background-color: #f6f6f6
}

.wrapper {
    position: relative;
    /*width: 1100px;*/
    /*width: 100%;*/
    margin: 0 0.4rem;
    box-sizing: border-box;
}

@media (max-width: 750px) {
    .wrapper {
        margin: 0 0.1rem;
    }

    .foot-wrap {
        padding-bottom: 0.3rem;
    }
}

.header {
    background-color: #fff
}

.header .tab-area {
    position: relative;
    height: 0.40rem;
    background-color: #444
}

.header .tab-area .hori-cate-area {
    display: none;
    -webkit-box-shadow: 0 0 0.04rem rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 0.04rem rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 0.04rem rgba(0, 0, 0, .15);
    box-shadow: 0 0 0.04rem rgba(0, 0, 0, .15)
}

.header .tab-area.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99
}

.cate-box .tab-area.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    opacity: 1;
    z-index: 99;
}

.header .tab-area.fixed .hori-cate-area {
    display: block
}

.header .tab-area .cate-area {
    /*width: 960px;*/
    height: 0.40rem;
    display: flex;
}

.header .tab-area .cate-area .cate-item {
    position: relative;
    float: left;
    height: 0.40rem;
    padding: 0 0.25rem;
    font-size: 0.16rem;
    font-weight: 700;
    text-align: center;
    line-height: 0.40rem;
    color: #fff;
    cursor: pointer
}

.header .tab-area .cate-area .cate-item:nth-child(6):after {
    position: absolute;
    top: -0.10rem;
    right: -0.23rem;
    display: table;
    content: '';
    width: 0.46rem;
    height: 0.16rem;
    background: url(/static/index/images/hot.png?20170925sd) center no-repeat;
    background-size: 0.46rem 0.14rem;
    animation: upDown .8s linear infinite;
    -moz-animation: upDown .8s linear infinite;
    -webkit-animation: upDown .8s linear infinite;
    -o-animation: upDown .8s linear infinite;
}

.header .tab-area .cate-area .cate-item.jxtj {
    max-width: 1.20rem;
    padding: 0;
    flex: 1;
    margin-right: 0.25rem
}

.header .tab-area .cate-area .cate-item.hot {
    padding-right: 0.40rem
}

.header .tab-area .cate-area .cate-item.hot:after {
    position: absolute;
    top: 0.07rem;
    right: 0.05rem;
    display: table;
    content: '';
    width: 0.29rem;
    height: 0.12rem;
    background: url(/resources/shunfengche/images/hot-1-aaa5a09990.png) center no-repeat;
    background-size: 0.29rem 0.12rem;
    animation: upDown .8s linear infinite;
    -moz-animation: upDown .8s linear infinite;
    -webkit-animation: upDown .8s linear infinite;
    -o-animation: upDown .8s linear infinite
}

.header .tab-area .cate-area .cate-item .cate-rec {
    position: relative;
    display: inline-block;
    width: 0.78rem;
    height: 0.19rem;
}

.header .tab-area .cate-area .cate-item.active, .header .tab-area .cate-area .cate-item:hover {
    background-color: #ff9900
}

.home-wrapper {
    margin-top: 0.20rem
}

.zk-item {
    background-color: #ffffff;
}

.zk-item .img-area {
    position: relative;
    overflow: hidden;
    min-width: 0.60rem;
    min-height: 0.60rem;
}

.zk-item .img-area .bottom-info {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 0.28rem;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.zk-item .img-area .bottom-info .time-count {
    font-size: 0.12rem;
    color: #fff;
    line-height: 0.28rem;
    padding-left: 0.10rem;
    text-align: center
}

.zk-item .img-area .bottom-info .time-count em {
    font-style: normal;
    padding: 0 0.02rem
}

.zk-item .img-area a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.60rem;
    height: 0.60rem;
}

.zk-item .img-area img {
    position: relative;
    max-width: 0.60rem;
    max-height: 0.60rem;
}

.zk-item .img-area .icon-bg {
    width: 0.60rem;
    height: 0.60rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url("/resources/shunfengche/images/kefu.jpg") no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.zk-item .img-area .icon-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(0.03rem);
    z-index: 1;
}

.zk-item .img-area .icon-bg .icon-fg {
    border-radius: 0.08rem;
    padding: 0.10rem;
    /*background: inherit;*/
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 0.10rem 0.06rem rgba(0, 0, 0, 0.5);
}

.zk-item .title-area {
    /*height: 0.16rem;*/
    line-height: 0.16rem;
    font-size: 0.16rem;
    padding: 0.10rem 0.10rem 0;
    font-weight: bold;
}

.zk-item .g-type {
    display: inline-block;
    height: 0.16rem;
    padding: 0 0.02rem;
    font-size: 0.12rem;
    line-height: 0.16rem;
    color: #fff;
    text-align: center;
    background-color: #FFA248;
    margin-right: 0.05rem;
    border-radius: 0.02rem;
    font-weight: 300;
}

.zk-item .g-free {
    margin-right: 10px;
}

.zk-item .raw-price-area {
    font-size: 0.14rem;
    color: #999;
    line-height: 0.17rem;
    padding: 0.15rem 0.10rem 0
}

.zk-item .raw-price-area .sold {
    float: right
}

.zk-item .info {
    height: 0.35rem;
    padding: 0.04rem 0 0.10rem;
    overflow: hidden
}

.zk-item .info .price-area {
    float: left;
    width: 1.30rem;
    padding-left: 0.10rem;
}

.zk-item .info .price-area .price {
    position: relative;
    color: #298de5;
    font-size: 0.14rem;
    line-height: 0.30rem;
    font-weight: 500
}

.zk-item .info .price-area .price em.decimal, .zk-item .info .price-area .price em.number-font {
    font-weight: 700;
    line-height: 0.40rem;
    font-family: Arial;
    font-style: normal
}

.zk-item .info .price-area .price em.number-font {
    font-size: 0.32rem;
    padding-left: 0.02rem
}

.zk-item .info .price-area .price em.decimal {
    font-size: 0.20rem
}

.zk-item .info .platform-area {
    display: block;
    float: right;
    height: 0.25rem;
    margin: 0.06rem 0.10rem 0 0;
    font-size: 0.12rem;
    line-height: 0.20rem;
    color: #999
}

@media screen and (min-width: 6.41rem) {
    .zk-item:hover {
        -webkit-box-shadow: 0 0 0.06rem rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 0 0.06rem rgba(0, 0, 0, .1);
        box-shadow: 0 0 0.06rem rgba(0, 0, 0, .1)
    }

    .zk-item:hover .info .platform-area {
        display: none
    }
}

.zk-item .info .platform-area img {
    position: relative;
    top: 0.05rem;
    display: inline-block;
    width: 0.20rem;
    height: 0.20rem;
    margin-right: 0.06rem
}

.zk-item .info .buy-area {
    display: none;
    float: right;
    width: 1.08rem;
    margin: 0.06rem 0.10rem 0 0;
    background-color: #ff9900;
    border-radius: 0.04rem;
    overflow: hidden
}

@media screen and (min-width: 6.41rem) {
    .zk-item:hover .info .buy-area {
        display: block
    }
}

.zk-item .info .buy-area .btn-title {
    display: block;
    float: left;
    width: 0.62rem;
    height: 0.30rem;
    font-size: 0.12rem;
    text-align: center;
    line-height: 0.30rem;
    color: #fff
}

.zk-item .info .buy-area .coupon-amount {
    display: block;
    float: left;
    width: 0.45rem;
    height: 0.28rem;
    margin: 0.01rem 0 0.01rem 0.01rem;
    background-color: #fff;
    text-align: center;
    font-size: 0.12rem;
    line-height: 0.28rem;
    color: #ff9900;
    border-radius: 0.04rem 0 0 0.04rem
}

.zk-item .info .buy-area .coupon-amount em {
    font-size: 0.16rem;
    padding-right: 0;
    font-style: normal
}

.hori-cate-area .cate-l-1 a, .hori-cate-area .cate-l-2 a {
    font-size: 0.14rem;
    /*font-weight: bold;*/
    /*padding-right: 0.15rem;*/
    /*line-height: 0.45rem;*/
    display: inline-block
}

.cate-icon {
    position: relative;
    top: 0.01rem;
    font-size: 0.16rem;
    color: inherit;
}

.hori-cate-area .cate-l-1 a:hover, .hori-cate-area .cate-l-2 a:hover {
    color: #ff9900;
    text-decoration: underline;
}

.hori-cate-area {
    position: relative;
    background-color: #fff
}

.hori-cate-area .cate-l-1 {
    position: relative;
    border-bottom: 0.01rem solid #f6f6f6;
    padding-left: 0.15rem;
}

.hori-cate-area .cate-l-1 a {
    color: #444
}

.hori-cate-area .cate-l-1 a.active, .hori-cate-area .cate-l-1 a:hover {
    color: #ff9900
}

.zk-detail, .zk-main {
    position: relative
}

.zk-main .bread-area {
    font-size: 0.12rem;
    line-height: 0.60rem;
    color: #666
}

.zk-sidebar {
    padding: 0.20rem;
    background-color: #fff;
    margin-bottom: 0.2rem;
}

.zk-sidebar .panel {
    border-color: #f0f0f0;
}

.zk-sidebar .panel .panel-heading {
    border-color: #f0f0f0;
    background-color: #f5f5f5;
}

.zk-sidebar .panel .panel-title {
    font-weight: bold;
}

.zk-sidebar .panel .panel-body a.label {
    padding: 0.08rem 0.1rem;
    display: inline-block;
    margin-bottom: 0.1rem;
}

.zk-content {
    min-height: 2.60rem;
    padding: 0.20rem;
    background-color: #fff;
    box-shadow: 0 0 0.04rem rgba(0, 0, 0, .1)
}

.zk-content .img-area {
    /*float: left;*/
    max-width: 2.60rem;
    background-color: #fff;
}

.zk-content .img-area img {
    /*width: 100%;*/
    height: auto;
    border: 0.01rem solid #f0f0f0;
}

.zk-content .info-area .title {
    font-size: 0.20rem;
    line-height: 0.34rem;
    height: 0.34rem;
    overflow: hidden;
    color: #444;
    font-weight: bold;
}

.zk-content .info-area .title span {
    position: relative;
    top: -0.03rem;
    display: inline-block;
    width: 0.36rem;
    height: 0.20rem;
    font-size: 0.12rem;
    color: #fff;
    text-align: center;
    line-height: 0.20rem;
    background-color: #FFA248;
    margin-right: 0.07rem;
}

.zk-content .info-area .stat {
    padding: 0.10rem 0;
    border-bottom: 0.01rem solid #eee;
}

.rel-zk-area {
    margin-top: 0.20rem;
    overflow: hidden
}

.rel-zk-area .head {
    height: 0.40rem;
    border-bottom: 0.02rem solid #ff9900;
}

.rel-zk-area .head span {
    position: relative;
    display: block;
    float: left;
    padding: 0 0.20rem;
    height: 0.40rem;
    line-height: 0.40rem;
    font-size: 0.14rem;
    color: #666;
    font-weight: 700;
    background-color: #fff
}

.rel-zk-area .head span:after {
    position: absolute;
    top: 0;
    right: -0.30rem;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 0.15rem solid #fff;
    border-right: 0.15rem solid transparent;
    border-top: 0.20rem solid transparent;
    border-bottom: 0.20rem solid #fff
}

.rel-zk-area .head .more-his {
    float: right;
    font-size: 0.14rem;
    color: #ff9900;
    line-height: 0.40rem;
}

.rel-zk-area .rel-zk-list {
    padding-top: 0.10rem;
}

.rel-zk-area .hot-zk-list {
    width: 2.62rem;
    height: 2.58rem;
    background-color: #fff;
    overflow: hidden
}

.rel-zk-area .hot-zk-list .zk-img-item {
    position: relative;
    display: block;
    float: left;
    width: 1.30rem;
    height: 1.28rem;
    overflow: hidden;
    border-bottom: 0.01rem solid #eee;
    border-right: 0.01rem solid #eee
}

.rel-zk-area .hot-zk-list .zk-img-item img {
    width: 100%
}

.rel-zk-area .hot-zk-list .zk-img-item .fixed-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.20rem;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    font-size: 0.12rem;
    line-height: 0.20rem;
    color: #fff;
    text-align: center
}

.rel-zk-area .hot-zk-list .zk-img-item:hover {
    opacity: .8
}

.side-fixed-menu {
    position: fixed;
    right: 0.20rem;
    bottom: 1.00rem;
    overflow: hidden
}

.side-fixed-menu .menu-item {
    position: relative;
    height: 0.24rem;
    width: 0.22rem;
    /*padding: 0.08rem 0.09rem;*/
    color: #fff;
    background-color: rgba(204, 204, 204, .5);
    margin-bottom: 0.01rem;
    border-radius: 0.20rem;
    cursor: pointer;
    overflow: hidden;
    z-index: 88;
    line-height: 0.24rem;
    text-align: center
}

.side-fixed-menu .menu-item .top {
    position: absolute;
    font-size: 0.12rem;
    line-height: 0.14rem;
    width: 0.24rem;
    height: 0.28rem;
    padding: 0.06rem 0.08rem;
    left: 0;
    top: 0.40rem;
    color: #999;
    background-color: #fff;
    border-radius: 0.04rem;
    z-index: 99;
    -webkit-transition: top .2s ease-out;
    transition: top .2s ease-out
}

.side-fixed-menu .menu-item .top.init, .side-fixed-menu .menu-item:hover .top.init {
    top: -0.40rem
}

.side-fixed-menu .menu-item:hover .top {
    top: 0
}

.live {
    margin-top: 0.30rem;
}

.live .update-count {
    display: none;
    position: fixed;
    width: 2.70rem;
    height: 0.42rem;
    background-color: rgba(35, 35, 35, .9);
    left: 50%;
    top: 2.82rem;
    margin-left: -1.35rem;
    border-radius: 0.42rem;
    z-index: 9999
}

.live .update-count a {
    display: block;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.42rem;
    text-align: center
}

.page {
    padding: 0 0 0.45rem;
    padding-top: 0.30rem;
    *margin-top: 0.50rem;
    _margin-top: 0.50rem;
    clear: both;
    overflow: hidden;
    text-align: center;
}

.page div {
    margin: 0 auto;
}

.page li {
    display: inline-block;
    padding: 0 0.02rem;
}

.page a, .page span, .page i {
    background: #fff;
    border-right: 0.01rem solid #e4e4e4;
    border-bottom: 0.01rem solid #e4e4e4;
    height: 0.36rem;
    line-height: 0.36rem;
    display: inline-block;
    font-size: 0.18rem;
    padding: 0 0.15rem;
    vertical-align: middle;
    overflow: hidden;
}

.page span {
    color: #BBB;
}

.page a.pg-next {
    width: 0.60rem;
    border-radius: 0 0.20rem 0.20rem 0;
    box-shadow: 0.01rem 0.01rem 0.03rem rgba(204, 204, 204, 0.7);
}

.page a.pg-next:hover {
    cursor: pointer;
}

.page span.pg-prev {
    color: #bbb;
    font-weight: normal;
    background: #fff;
    width: 0.60rem;
    border-radius: 0.20rem 0 0 0.20rem;
    box-shadow: 0.01rem 0.01rem 0.03rem rgba(204, 204, 204, 0.7);
}

.page span.pg-next {
    width: 0.60rem;
    border-radius: 0 0.20rem 0.20rem 0;
    box-shadow: 0.02rem 0.02rem 0.03rem #D0D0CD;
    background: #fff;
    color: #bbb;
    font-weight: normal;
}

.page a.pg-prev {
    background: #FFFFFF;
    width: 0.60rem;
    border-radius: 0.20rem 0 0 0.20rem;
    box-shadow: 0.02rem 0.02rem 0.03rem #D0D0CD;
}

.page .active span {
    color: #fff;
    text-decoration: none;
}

.page .disabled span {
    border: medium none;
    color: #BBB;
    font-weight: bold;
}

.page a:hover {
    text-decoration: none;
}

.page i {
    color: #919191
}

.list_message {

}

.list_message .message {
    margin-top: 0.1rem;
    font-weight: bold;
}

.list_message .more-info {
    margin-top: 0.1rem;
}

.list_message .time {
    color: #999;
    display: inline-block;
}

/* 地图 */
.big_map_box {
    height: 4.00rem;
    border: 0.01rem solid #f0f0f0;
    margin-top: 0.10rem;
}

/*去掉百度自带水印*/
.big_map_box .anchorBL {
    display: none !important;
}


.list_direction {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.list_start,
.list_end {
    width: 100%;
    height: auto;
    display: flex;
    /*align-items: center;*/
    margin-bottom: 0.1rem;
}

.start_icon,
.end_icon {
    width: 0.18rem;
    height: 0.18rem;
    min-width: 0.18rem;
    min-height: 0.18rem;
    color: #fff;
    text-align: center;
    line-height: 0.18rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
    margin-right: 0.05rem;
}

.address_text {
    color: #333;
    font-size: 0.16rem;
    font-weight: bold;
    vertical-align: text-top;
    line-height: 0.20rem;
}

.start_icon {
    background: #81de7f;
}

.end_icon {
    background: #f66;
}

.list_tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.list_tag1, .list_tag2 {
    color: #999;
    font-weight: 300;
    white-space: nowrap;

}

.list_tag1 {
    font-size: 0.12rem;
}

.list_tag2 {
    font-size: 0.14rem;
    color: #fba33a !important;
}

.list_detail,
.list_car_con,
.dirver_con {
    width: 100%;
    height: auto;
}

.car_tag {
    font-size: 0.12rem;
    color: blue;
    margin-bottom: 0.05rem;
}

.go_back {
    font-size: 0.14rem;
    color: #999;
}

.list_car_con {
    display: flex;
    align-items: center;
}

/* 车找人 */
.car_size {
    display: inline-block;
    width: 0.5rem;
    min-width: 0.5rem;
    text-align: center;
    line-height: 0.25rem;
    color: #fff;
    background: #1fb922;
    font-size: 0.12rem;
    border-radius: 0.03rem;
    margin-right: 0.1rem;
}

/* 人找车 */
.car_size2 {
    display: inline-block;
    width: 0.5rem;
    min-width: 0.5rem;
    text-align: center;
    line-height: 0.25rem;
    color: #fff;
    background: #fda428;
    font-size: 0.12rem;
    border-radius: 0.03rem;
    margin-right: 0.1rem;
}

.list_car_con span {
    font-size: 0.14rem;
    color: #999;
}

/*车次详情样式*/
.dirver_con {
    margin-top: 0;
}

.dirver_detail {
    height: 0.14rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.05rem;
}

.dirver_text {
    font-size: 0.14rem;
    color: #999;
}

.dirver_detail img {
    margin-left: 0.05rem;
    width: auto;
    height: 100%;
}