.helper-wrap {
    position: fixed;
    width: 60px;
    height: 64px;
    top: 500px;
    right: 30px;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 6px 0px #EBEBEB;
    -moz-box-shadow: 0px 2px 6px 0px #EBEBEB;
    box-shadow: 0px 2px 6px 0px #EBEBEB;
}

.helper-btn {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.helper-btn img {
    margin-top: 8px;
    vertical-align: top;
}

.helper-btn div {
    font-size: 12px;
    color: #434343;
    font-weight: bold;
}

.helper-second {
    position: absolute;
    width: 154px;
    height: 192px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
    background: #ffffff;
    top: -65px;
    right: 75px;
    border: 1px solid #EBEBEB;
    -webkit-box-shadow: 0px 2px 6px 0px #EBEBEB;
    -moz-box-shadow: 0px 2px 6px 0px #EBEBEB;
    box-shadow: 0px 2px 6px 0px #EBEBEB;
    text-align: center;
}

.helper-second img {
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 5px;
}

.helper-second .helper-second-txt {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #434343;
}

.helper-btn:hover + .helper-second {
    display: block;
}

.helper-second-icon {
    width: 8px;
    height: 12px;
    position: absolute;
    top: 80px;
    right: -8px;
}