.help-center-wrap{
    position: absolute;
    margin-left: 513px;
    right: 25px;
    top: 35%;
    z-index:9;
}
.help-center-logo{
    background-image: url(./base-images/checkout-success/helpcenter_img_customer.png);
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: 80px;
    display: block;
    position: relative;
    bottom:27px;
}
.help-center-tip-wrap{
    background: #FFFFFF;
    position: relative;
    bottom:31px;
    text-align: center;
}
.help-center-tip{
    font-size: 14px;
    font-family: Avenir-Heavy,Avenir !important;
    font-weight: 800;
    color: #333333;
    border: 1px solid #DEDEDE;
    padding: 9px 20px;
    border-radius: 4px;
}
.help-center-tip:hover{
    color: #cb2027;
    border-color: #cb2027;
    text-decoration: none;
    cursor: pointer;
}