.help {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000000;
    background-color: #fff;
}

.help-main {
    position: relative;
    width: 1000px;
    margin: 20px auto 0;
    text-align: center;
}

.help-main a {
    position: absolute;
    bottom: 130px;
    right: 325px;
    background-color: #fff;
    color: #000;
    padding: 10px;
}

.help-main span {
    position: absolute;
    bottom: 10px;
    right: 325px;
    color: #fe0000;
    padding: 10px;
}
