
.exitBc {
    color: #E6F5FA;
    text-align: center;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 40%;
}

body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}


.header {
    width: 100%;
    height: 44px;
    background: #458fee;
    overflow: hidden;
    color: #fff;
}

    .header .exit {
        width: 26px;
        height: 26px;
        margin: 9px 0 0 17px;
    }

    .header .user img {
        width: 100%;
    }

    .header .user {
        float: right;
        width: 26px;
        height: 26px;
        margin: 9px 17px 0 0;
    }

        .header .user img, .header .exit img, .header2 .exit img {
            width: 100%;
        }

    .header .gps, .header .header-title, .header2 .header-title {
        width: 100%;
        max-width: 230px;
        height: 24px;
        margin: 8px auto;
        text-align: center;
    }

    .header .header-title, .header2 .header-title {
        font-size: 18px;
    }

    .header .gps img {
        height: 16px;
    }

    .header .gps span, .header .gps img, .home-main .home-title img, .home-main .home-title span {
        vertical-align: middle;
    }
    .button1 {
    width: 138px;
    height: 27px;
    font-size: 15px;
    font-family: Î¢ÈíÑÅºÚ;
    letter-spacing: 8px;

    text-align:center;

    padding-left: 12px;
    border-radius: 5px;
    background: -webkit-linear-gradient(top,#04be02,#09bb07);
    background: -moz-linear-gradient(top, #66B5E6, #2e88c0);
    background: linear-gradient(top, #66B5E6, #2e88c0);
    background: -ms-linear-gradient(top, #66B5E6, #2e88c0);
    border: 1px solid #939aa5;
    box-shadow: 0 1px 2px #B8DCF1 inset, 0 -1px 0 #316F96 inset;
    color: #fff;
    text-shadow: 1px 1px 0.5px #22629B;
}
