.invoke-app {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 55px;
    color: #fff;
    background:rgba(9,9,9,0.83);
}
.invoke-app a {
    color: #fff;
    text-decoration: none;
}
.invokecont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.guide-logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 12px;
    background: url("/appDownload/img/guide-logo.png") no-repeat center center;
    background-size: cover;
}
.guide-slogon {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.guide-title {
    font-size: 14px;
}
.guide-subtitle {
    font-size: 12px;
    padding-top: 3px;
    color:rgba(223,223,223,0.90);
}
.guide-btn {
    background: #ffcc33;
    border-radius: 5px;
    width: 75px;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
    color:#4c4c4c;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
.guide-close {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 8px;
    margin-right: 12px;
    background: url("/appDownload/img/guide-close.png") no-repeat center center;
    background-size: cover;
}