#varymg_recharge_div
{
    margin-top: 60px;

    width: 100%;
    height: 100%;
}


#varymg_recharge_content
{
    margin: 0 auto;
    width: 1280px;
    height: auto;
    background-color: rgba(247, 248, 248, 0.253);

}
#varymg_recharge_menu
{
    margin-left: 100px;
}
#vm_main_img
{
    margin: 0 auto;
    width: 1280px;
    height: 600px;
    background-color: lavender;

}


#vary_text
{
    margin: 0 auto;
    width: 1280px;
    height: 600px;
    
}



#vr_re_btn
{
    width: 100%;
    text-align: center;
    clear: both;
}
#vr_re_btn button
{
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    background-color: #2c86e0;
    color: whitesmoke;
    border-radius: 5px;
    border: none;
    margin-bottom: 50px;
    letter-spacing:0.3em;
}
#vr_re_btn button:hover
{
    background-color: #0879eb;
    cursor: pointer;
}

.recharge_list{
    position: relative;
    float: left;
    width: 250px;
    height: 300px;
    overflow: hidden;
    margin: 20px;
    border: none;
    border-radius: 5px;
    display: grid; place-items: center;
    font-size: 28px;
}
.recharge_list:hover
{
    cursor: pointer;
    border: 2px solid #4390df;

}


.recharge_list_off::before{
    position: absolute;
    display: block;
    border-top: 28px solid #4f8ccab6;
    border-left: 28px solid transparent;
    right: 0;
    top: 0;
    content: "";
    z-index: 101;
  
}

.recharge_off::after{
    position: absolute;
    display: block;
    content: "\2714";            
    top: 0;
    right: 0;
    font-family: Glyphicons Halflings;
    font-size: 10pt;
    font-weight: normal;
    z-index: 102;
    color: #fff;
}

.recharge_title
{

}