body, div, html, i, img, span {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0
}

body, html {
    width: 100%;
    height: 100%;
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    -webkit-user-select: none
}

a {
    text-decoration: none
}

    a:active, a:hover, a:visited {
        text-decoration: none
    }

li {
    list-style: none
}

.clearfix {
    zoom: 1
}

    .clearfix:after {
        clear: both;
        display: block;
        visibility: hidden;
        height: 0;
        content: ""
    }

input::-ms-clear {
    display: none
}

.form-control {
    display: block;
    box-sizing: border-box;
    padding: 6px 12px;
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #555;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        outline: 0;
        border-color: #66afe9;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    background: rgba(200,200,200,.4)
}

.loading-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    display: block;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px
}

.popup-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    background: rgba(0,0,0,.4);
    -webkit-transition: all .8s;
    transition: all .8s
}

.popup-con {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9999;
    box-sizing: border-box;
    margin-top: -150px;
    margin-left: -130px;
    padding: 0 20px;
    width: 400px;
    height: 200px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.popup-title {
    display: table-cell;
    width: 360px;
    height: 150px;
    vertical-align: middle;
    text-align: center
}

.popup-content {
    color: #999;
    font-size: 18px
}

.popup-btn {
    margin: 0 auto;
    width: 60%;
    height: 36px;
    background: #81c784;
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    cursor: pointer
}

    .popup-btn:hover {
        background: rgba(129,199,132,.5)
    }

.wrapper {
    width: 100%
}

.header {
    margin: 46px auto 30px auto;
    width: 1000px;
    height: 60px;
    font-size: 0
}

.header-logo {
    display: inline-block;
    width: 168px;
    height: 60px;
    background: url(../../image/sp-logo.png) no-repeat;
    background-position: 0 0;
    vertical-align: top
}

.header-tel {
    display: inline-block;
    margin-top: 9px;
    margin-left: 150px;
    padding-left: 8px;
    width: 210px;
    height: 42px;
    background: #a00;
    font-size: 0
}

.header-tel-icon {
    display: inline-block;
    width: 31px;
    height: 42px;
    background: url(../../image/sp-logo.png) no-repeat;
    background-position: -168px 0;
    vertical-align: top
}

.header-tel-con {
    display: inline-block;
    padding-left: 8px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    line-height: 42px
}

.header-info {
    display: inline-block;
    padding-left: 150px;
    height: 42px;
    font-size: 0
}

.header-signin, .header-signup {
    display: inline-block;
    width: 150px;
    height: 42px;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 42px
}

    .header-signin:hover, .header-signup:hover {
        background: #a00;
        color: #fff;
        text-decoration: none
    }

.header-info-login {
    display: inline-block;
    padding-left: 40px;
    height: 42px;
    font-size: 0
}

.header-signin-login, .header-signup-login {
    display: inline-block;
    padding: 0 12px;
    height: 42px;
    background: #a00;
    color: #fff;
    font-size: 16px;
    line-height: 42px
}

.header-signin-login {
    position: relative;
    margin-right: 20px
}

    .header-signin-login:hover, .header-signup-login:hover {
        color: #fff;
        text-decoration: none
    }

.lang-wrapper {
    margin: 0 auto;
    margin-bottom: 2px;
    padding-right: 50px;
    width: 1000px;
    height: 28px;
    text-align: right
}

    .lang-wrapper .index-y {
        display: inline-block;
        padding: 0 10px;
        height: 30px;
        color: #0087be;
        text-decoration: none;
        font-size: 14px;
        line-height: 30px;
        cursor: pointer
    }

.index-y:hover {
    background: #a00;
    color: #fff;
    -webkit-transition: all .6s;
    transition: all .6s
}

.carousel {
    position: relative;
    width: 100%;
    height: 436px
}

.carousel-icon-wrapper {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 99;
    margin-left: -60px;
    width: 160px;
    height: 15px;
    font-size: 0
}

.carousel-active {
    border: none;
    background: #fff
}

.carousel-icon {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

.carousel-inner {
    width: 100%;
    height: 436px
}

.carousel-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 436px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    transition: all 1.5s;
    -ms-transition: all 1.5s
}

.carousel-bg0 {
    z-index: 10;
    background: url(https://www.mychinataxi.com/img/bannerja001.jpg) no-repeat center;
    background-size: 1920px 436px
}

.models {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 1000px
}

.models-tit {
    display: none;
    overflow: hidden;
    height: 0
}

.models-title {
    width: 100%;
    height: 80px;
    color: #333;
    font-size: 30px;
    line-height: 80px
}

.models-list {
    position: relative;
    width: 1000px;
    height: 180px
}

.models-left, .models-right {
    position: absolute;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.models-left {
    top: 50%;
    left: -60px;
    background: #313131
}

.models-right {
    top: 50%;
    right: -60px;
    background: #313131
}

    .models-left:hover, .models-right:hover {
        background: #a00
    }

.models-car-wrapper {
    position: relative;
    overflow: hidden;
    width: 1000px;
    height: 180px
}

.models-car {
    position: absolute;
    top: 30px;
    left: 0;
    width: 2700px;
    height: 121px
}

.models-car-img {
    float: left;
    display: block;
    margin: 0 40px;
    width: 250px;
    height: 121px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: scale(.8,.8);
    transform: scale(.8,.8)
}

.info {
    width: 100%;
    background: #e9e9e9
}

.info-wrapper {
    margin: 0 auto;
    padding: 30px 0 20px 0;
    width: 1200px
}

.map {
    float: left;
    width: 450px;
    height: 794px
}

.information {
    float: left;
    box-sizing: border-box;
    padding-left: 60px;
    width: 750px
}

.information-title {
    width: 100%;
    height: 55px;
    line-height: 55px
}

.info-title-head {
    color: #333;
    font-size: 18px
}

.info-title-con {
    padding-left: 30px;
    color: #a00;
    font-weight: 600;
    font-size: 18px
}

.information-car {
    padding-left: 0;
    width: 100%
}

.info-item {
    float: left;
    padding: 3px 0;
    width: 50%;
    height: 40px;
    font-size: 0;
    cursor: pointer
}

.info-use-day {
    display: none
}

.info-icon {
    display: inline-block;
    padding: 0 20px;
    width: 22px;
    height: 40px;
    background: url(../../image/sp-logo.png) no-repeat;
    background-position: 0 -258px;
    vertical-align: top
}

.info-icon-dropoff {
    background-position: -40px -258px
}

.info-icon-train {
    background-position: -80px -258px
}

.info-icon-train-drop {
    background-position: -120px -258px
}

.info-icon-half {
    background-position: 0 -298px
}

.info-icon-full {
    background-position: 0 -298px
}

.info-icon-transfer {
    background-position: -160px -258px
}

.info-con {
    display: inline-block;
    height: 40px;
    font-size: 14px;
    line-height: 40px
}

.info-line {
    float: left;
    display: block;
    width: 92%;
    height: 1px;
    background: #d1d1d1
}

.info-number {
    display: none;
    width: 80%;
    height: 40px
}

.info-number-con {
    float: left;
    display: block;
    padding-right: 15px;
    height: 34px;
    color: #444;
    font-size: 20px;
    line-height: 34px
}

.info-number-val {
    float: left;
    display: block;
    width: 150px;
    height: 34px
}

.info-for-type, .info-time-type {
    width: 100%;
    height: 40px
}

.forType-item, .timeType-item {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    cursor: pointer
}

.forType-con, .timeType-con {
    display: inline-block;
    margin-left: 8px;
    height: 40px;
    font-size: 16px;
    line-height: 40px
}

.info-time-wrapper {
    width: 100%;
    height: 40px;
    font-size: 0
}

.taxi-data, .taxi-time {
    display: inline-block;
    width: 45%
}

.taxi-time {
    margin-left: 2%
}

.info-adress {
    width: 92%;
    background: #fff
}

.start-adress {
    border-bottom: 1px solid #dedede
}

.start-city-wrapper {
    position: relative;
    padding: 8px 0;
    width: 100%;
    font-size: 0
}

.start-city-con {
    display: inline-block;
    width: 20%;
    height: 30px;
    text-indent: 4px;
    font-size: 17px;
    line-height: 30px
}

.start-city {
    display: inline-block;
    width: 80%;
    height: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #f1f1f1
}

.end-hot-city, .start-hot-city {
    position: absolute;
    top: 38px;
    left: 20%;
    z-index: 999;
    display: none;
    width: 80%;
    border: 1px solid #333
}

.end-hot-city-head, .start-hot-city-head {
    width: 100%;
    height: 30px;
    background: #22536D;
    color: #fff;
    font-size: 0
}

.end-hot-head-con, .start-hot-head-con {
    display: inline-block;
    width: 80%;
    height: 30px;
    text-indent: 5px;
    font-size: 12px;
    line-height: 30px
}

.end-hot-head-close, .start-hot-head-close {
    display: inline-block;
    width: 20%;
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer
}

.end-hot-city-wrapper, .start-hot-city-wrapper {
    padding: 2px;
    width: 100%;
    height: 192px;
    background: #F0F4FF;
    font-size: 0
}

.end-hot-city-item, .start-hot-city-item {
    float: left;
    display: block;
    width: 20%;
    height: 26px;
    border: 1px solid #fff;
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer
}

    .end-hot-city-item:hover, .start-hot-city-item:hover {
        background: #39F
    }

.start-location {
    position: relative;
    left: 20%;
    padding-bottom: 12px;
    width: 80%
}

.start-location-zh {
    display: block;
    width: 95%;
    outline: 0;
    border: none;
    text-indent: 4px;
    border: 1px solid #d2d2d2;
    padding: 6px 0
}

.start-location-en {
    display: block;
    width: 95%;
    border: none;
    background: #fff;
    text-indent: 4px
}

.start-location-del {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d2d2d2;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer
}

.end-lenovo, .start-lenovo {
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 999;
    display: none;
    padding: 5px 0;
    width: 400px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -wenkit-border-radius: 4px;
    -wenkit-box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.end-lenovo-item, .start-lenovo-item {
    padding: 4px 0;
    width: 100%;
    background: #fff;
    cursor: pointer
}

    .end-lenovo-item:hover, .end-lenovo-item:hover .end-lenovo-name, .start-lenovo-item:hover, .start-lenovo-item:hover .start-lenovo-name {
        background: #a00;
        color: #fff
    }

.end-lenovo-name, .start-lenovo-name {
    display: block;
    color: #333;
    text-indent: 10px;
    font-size: 14px
}

    .end-lenovo-name:hover, .start-lenovo-name:hover {
        color: #fff
    }

.end-lenovo-adress, .start-lenovo-adress {
    display: block;
    text-indent: 10px;
    font-size: 12px
}

.start-location:after {
    position: absolute;
    top: 40%;
    left: -20px;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #149fe4;
    content: ""
}

.end-city-wrapper {
    position: relative;
    padding: 8px 0;
    width: 100%;
    font-size: 0
}

.end-city-con {
    display: inline-block;
    width: 20%;
    height: 30px;
    text-indent: 4px;
    font-size: 14px;
    line-height: 30px
}

.end-city {
    display: inline-block;
    width: 80%;
    height: 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #f1f1f1
}

.end-location {
    position: relative;
    left: 20%;
    padding-bottom: 12px;
    width: 80%
}

.end-location-zh {
    display: block;
    width: 95%;
    outline: 0;
    border: none;
    text-indent: 4px;
    border: 1px solid #d2d2d2;
    padding: 6px 0
}

.end-location-en {
    display: block;
    width: 95%;
    border: none;
    background: #fff;
    text-indent: 4px
}

.end-location-del {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d2d2d2;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer
}

.end-location:after {
    position: absolute;
    top: 40%;
    left: -20px;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff472b;
    content: ""
}

.for-other {
    display: none;
    padding: 15px 0;
    width: 92%
}

.other-cell, .other-code, .other-name {
    margin: 10px 0;
    width: 100%;
    height: 40px
}

.other-cell-title, .other-code-title, .other-name-title {
    float: left;
    display: block;
    width: 40%;
    height: 40px;
    color: #333;
    font-size: 18px;
    line-height: 40px
}

.other-cell-con, .other-coed-con, .other-name-con {
    float: left;
    display: block;
    width: 60%;
    height: 40px
}

.search-wrapper {
    width: 92%;
    text-align: right
}

.info-search {
    width: 120px;
    height: 45px;
    outline: 0;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #a00;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    cursor: pointer
}

.info-show {
    width: 92%;
    height: 40px;
    font-size: 0
}

.info-show-distance, .info-show-price, .info-show-time {
    display: inline-block;
    width: 33%;
    height: 40px;
    color: #333;
    font-size: 17px;
    line-height: 40px
}

.info-distance, .info-price, .info-time {
    color: #a00;
    font-weight: 600
}

.book-wrapper {
    width: 100%;
    text-align: left
}

.info-book {
    width: 120px;
    height: 45px;
    outline: 0;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #a00;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    cursor: pointer
}

.hot-city-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
    display: none;
    background: 0 0
}

.show {
    width: 100%;
    background: #363e51
}

.show-wrapper {
    box-sizing: content-box;
    margin: 0 auto;
    padding: 40px 0;
    width: 1000px;
    height: 534px;
    font-size: 0
}

.show-left {
    display: inline-block;
    width: 257px;
    height: 534px;
    background: url(http://www.mychinataxi.com/img/china_taxi2.png) no-repeat center;
    vertical-align: top
}

.show-right {
    display: inline-block;
    padding-top: 72px;
    padding-left: 100px;
    width: 743px;
    height: 534px;
    font-size: 0
}

.show-right-icon {
    display: inline-block;
    width: 643px;
    height: 200px;
    background: url(http://www.mychinataxi.com/img/mobile_site2.png) no-repeat center
}

.show-right-left {
    display: inline-block;
    width: 643px;
    height: 41px;
    background: url(http://www.mychinataxi.com/img/china_taxib.jpg) no-repeat left center
}

.show-right-title {
    display: inline-block;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 30px;
    line-height: 60px
}

.show-right-content {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 35px
}

.show-txt {
    padding: 80px 0;
    width: 100%;
    height: 300px;
    background: #363e51;
    text-align: center
}

.show-txt-title {
    display: block;
    margin: 0 auto;
    width: 1000px;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 60px
}

.show-txt-content {
    display: block;
    margin: 0 auto;
    width: 1000px;
    color: #fff;
    font-size: 18px;
    line-height: 35px
}

.foot-link {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.foot-link-wrapper {
    display: inline-block;
    color: #666
}

.foot-link-details {
    color: #333;
    word-spacing: 1px;
    letter-spacing: 1px;
    font-size: 14px
}

    .foot-link-details:hover {
        color: #a00
    }

.footer {
    width: 100%;
    height: 40px;
    color: #666;
    text-align: center;
    font-size: 14px;
    line-height: 30px
}

.clearboth {
    clear: both
}

.airport-wrapper {
    margin: 30px auto;
    width: 1000px;
    text-indent: 6px
}

    .airport-wrapper a {
        float: left;
        display: block;
        width: 20%;
        color: #333;
        font-size: 14px
    }

        .airport-wrapper a:hover {
            color: red;
            text-decoration: underline
        }

.fshow {
    margin: auto;
    width: 100%;
    height: 700px;
    min-width: 1200px;
    background: #363e51
}

.fshow-wrapper {
    margin: auto;
    padding-top: 25px;
    padding-left: 0;
    width: 1000px;
    height: auto
}

.fshow-con {
    float: left;
    width: 254px;
    height: 537px
}

.fshow-img {
    margin-top: 80px
}

.fshow-txt {
    float: left;
    box-sizing: border-box;
    padding-top: 100px;
    padding-left: 85px;
    width: 740px;
    height: 537px
}

.fshow-txt-wrapper {
    float: left;
    width: 100%;
    height: auto;
    font-size: 0
}

.fshow-txt-qr {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background: url(../../image/sp-logo.png) no-repeat;
    background-position: 0 -60px
}

.fshow-txt-dow {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px
}

.fshow-txt-qr-wrapper {
    width: 100%
}

.fshow-txt-img-wra {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 0
}

.fshow-txt-img-ios-wra {
    display: inline-block;
    margin-right: 20px;
    width: 186px;
    height: 56px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(../../image/sp-logo.png) no-repeat;
    background-position: 0 -339px;
    cursor: default;
    -ms-border-radius: 10px
}

.fshow-txt-img-and-wra {
    display: inline-block;
    width: 186px;
    height: 56px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(../../image/sp-logo.png) no-repeat;
    background-position: 0 -395px;
    cursor: default;
    -ms-border-radius: 10px
}

.fshow-txt-img-left {
    display: block;
    margin-left: 10px;
    width: 72px;
    height: 42px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(../../image/sp-logo.png) no-repeat;
    background-position: -40px -294px;
    -ms-border-radius: 10px
}

.fshow-txt-title {
    margin-top: 10px;
    margin-left: 16px;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    font-family: candara
}

.fshow-txt-content {
    margin-top: 15px;
    margin-left: 16px;
    color: #fff;
    text-align: justify;
    font-weight: 300;
    font-size: 18px;
    font-family: candara;
    line-height: 1.8
}

.advertisement {
    position: fixed;
    right: 10px;
    bottom: 10%;
    z-index: 9999;
    box-sizing: border-box;
    padding-top: 12px;
    width: 180px;
    height: 200px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 12px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 12px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 12px 2px rgba(0,0,0,.2);
    text-align: center;
    font-size: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    -ms-border-radius: 15px;
    -ms-box-shadow: 0 1px 12px 2px rgba(0,0,0,.2);
    -ms-transition: all .8s
}

.advertisement-bg {
    display: inline-block;
    width: 156px;
    height: 156px;
    background: url(../../image/sp-logo.png) no-repeat;
    background-position: 0 -456px
}

.advertisement-con {
    display: inline-block;
    width: 100%;
    color: #e50012;
    text-align: center;
    font-size: 16px
}

.airport-wrapper {
    margin: 20px auto
}

.foot-link {
    margin: 10px auto;
    width: 1100px;
    text-align: left
}

.foot-link-wrapper {
    float: left
}

.foot-follow-wrapper {
    float: right;
    padding-top: 5px;
    height: 50px;
    font-size: 0
}

.foot-follow {
    display: inline-block;
    width: 120px;
    height: 40px;
    color: #E94949;
    font-size: 20px;
    line-height: 40px
}

.foot-follow-link {
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background: url(../../image/sp-logo.png) no-repeat;
    vertical-align: top
}

.foot-follow-f {
    background-position: -114px -298px
}

.foot-follow-t {
    background-position: -158px -455px
}

.foot-follow-g {
    background-position: -158px -298px
}

.foot-follow-ln {
    background-position: -158px -498px
}
