.help-drawer {
    z-index: 999;
    height: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 15px #666666;
    border-top: 1px solid #e0e0e0;
    background-color: White;
}

.help-drawer .method {
    margin: 2em;
}

.help-drawer .method-title {
    width: 25%;
    color: #00aaef;
    font-weight: bold;
}

.help-drawer .method-content {
    width: 75%;
    font-size: 0.9em;
}

.help-drawer .float {
    float: left;
}

.help-drawer .btn-close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-weight: bold;
    cursor: pointer;
}

.help-drawer .clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.help-drawer .clearfix {
    *zoom: 1;
}

.download-tip {
    text-align: center;
    padding-bottom: 36px;
}

.download-tip > div {
    font-weight: 400;
    font-size: 14px;
    color: #757A8A;
    line-height: 22px;
}

.download-tip > div a {
    color: #296AFD;
}

.download-tip .tip-refresh {
    margin-top: 8px;
}