.recharge-pop{
			position: fixed;
			top: 0;
			left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0,0,0,0.5);
            z-index: 99999;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 4.4vw;
            color: #333;
        }
        .recharge-pop-area{
            width: 80vw;
            text-align: center;
        }
        .recharge-pop-info{
            background: #fff;
            padding-bottom: 6vw;
            border-radius: 2vw;
        }
        .recharge-pop-title{
            padding: 3vw 0;
            border-bottom: 1px solid #eee;
        }
        .recharge-pop-text{
            padding: 4vw 5vw;
            text-align: left;
            display: none
        }
        .recharge-check-btn{
            color: #fff;
            background: #fb2424;
            /*background: #f7794e;*/
            padding: 1vw 5vw;
            border-radius: 1vw;
        }
        .recharge-pop-close{
            margin-top: 3vw;
            width: 9vw
        }
        .recharge-promotion{
            width: 72vw;
            /*background: #f7aa3d;*/
            /*margin: 5vw;*/
            padding: 4vw;
            margin-bottom: 2vw;
            /*color: #fff;*/
            border-radius: 2vw;
            font-size: 4vw
        }
        .recharge-promotion-text{
            margin-bottom: 4vw
        }