/*====下载币充值弹窗====*/
.recharge_con{padding:0 46px 30px;}
.recharge_con .user_info{ line-height: 56px;}
.recharge_con .user_info p{display: inline-block;}
.recharge_con .user_info .user_headimg{width: 24px; height: 24px; border-radius: 50%; margin: 0 5px;}
.recharge_con .user_info .user_infoname{position: relative;}
.recharge_con .user_info .borright{border-right: 1px solid #F0F2F5;width:1px;height:15px;position: absolute; top:20px;right: -15px;}
.recharge_con .user_info .user_balance{margin-left: 30px;}
.recharge_con .explain{height: 36px;line-height: 36px; background-color: #F0F2F5; color: #303133; padding-left: 8px;}
.recharge_con .how_money ul{display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 16px;}
.recharge_con .how_money li{cursor: pointer; width: 135px; height: 190px; margin-bottom: 16px; border-radius: 2px;border: 1px solid #EBEEF5; text-align: center; }
.recharge_con .how_money li.on{border-color: #E54C4A; position: relative;}
.recharge_con .how_money li.on:after{content: ''; position: absolute; bottom:-1px; right: -1px; width:30px; height: 27px; background: url("../images/red_duigou.png") no-repeat; background-size: 100% 100%; }
.recharge_con .how_money li img{ margin: 24px auto; display: block;}
.recharge_con .how_money li .price{line-height: 30px;margin-bottom: 10px;}
.recharge_con .how_money .discount_con{border-top: 1px solid #EBEEF5; line-height: 43px;}
.recharge_con .recharge_botm{ margin-top: 15px;}
.recharge_con .recharge_botm .pay_tit{line-height: 40px;}
.recharge_con .recharge_botm .pay_type ul li{margin-left: 0; margin-right: 10px;}
.recharge_con .recharge_botm p{line-height: 40px;}
.recharge_con .recharge_botm span .title{ width: 60px;text-align-last:justify;text-align:justify;text-justify:distribute-all-lines; display: inline-block;color: #303133;}
.recharge_con .recharge_botm .recharge_botmright{text-align: center; margin-right: 60px;}
.recharge_con .recharge_botm .recharge_botmright p{line-height: 20px; color: #C0C4CC; font-size: 12px;}
.recharge_con .recharge_botm .recharge_botmright img{width: 141px;height: 141px;}
.recharge_con .pay_type{display: inline-block;}
.recharge_con .pay_type ul li{cursor: pointer; width: 113px;height: 38px; line-height:38px;background: #FFFFFF;border-radius: 2px;border: 1px solid #EBEEF5; text-align: center; float: left; margin-left: 10px;}
.recharge_con .pay_type ul li img{width: 20px; height: 20px; margin-right: 3px;}
.recharge_con .pay_type ul li.pay_type_zfb_quan.active,
.recharge_con .pay_type ul li.zfbon{border-color: #5294F9; position: relative;}
.recharge_con .pay_type ul li.pay_type_zfb_quan.active:after,
.recharge_con .pay_type ul li.zfbon:after{content: '';width: 18px;height: 18px;position: absolute;top: -1px; right: -1px;background: url("../images/zfb_duigou.png") no-repeat; background-size: 100% 100%;}
.recharge_con .pay_type ul li.pay_type_wx_quan.active,
.recharge_con .pay_type ul li.wxon{border-color: #6BC73C; position: relative;}
.recharge_con .pay_type ul li.pay_type_wx_quan.active:after,
.recharge_con .pay_type ul li.wxon:after{content: ''; width: 18px;height: 18px;position: absolute;top: -1px; right: -1px; background: url("../images/wx_duigou.png") no-repeat; background-size: 100% 100%;}
.recharge_con .how_money ul.list-quan li{
    height: 150px;
}
.recharge_con .how_money ul.list-quan li img {
    margin: 15px auto;
    /* display: block; */
}
/*兑换弹窗*/
.exchangebtn_con .topcon{ width: 480px; margin: 20px auto 0; font-size: 18px; color: #606266;}
.exchangebtn_con .uesr{ height: 50px; line-height: 50px;}
.exchangebtn_con .exchange_input{}
.exchangebtn_con .exchange_input .exchange_num{ width: 478px; border: 1px solid #DCDFE6;  height: 30px; line-height: 30px; padding: 0 8px; font-size: 14px;}
.exchangebtn_con .exchange_remnant{ margin-top: 20px; }
.exchangebtn_con .exchange_remnant span{ line-height: 40px; height: 40px; }
.exchangebtn_con .exchange_remnant .down_remnant{color: #ECBB49;font-weight: bold;}
.exchangebtn_con .exchange_remnant .draw_remnant{color: #5294F9;font-weight: bold;}
.exchangebtn_con .bottom_btn{height: 65px; border-top: 1px solid #F4F6F8; margin-top: 30px; text-align: right; }
.exchangebtn_con .bottom_btn .exchange_del{ color: #A7AFBC; cursor: pointer;}
.exchangebtn_con .bottom_btn .exchange_btn{ width: 100px; height: 32px; line-height: 32px;background-color: #5294F9; border-radius: 2px; color: #fff; text-align: center; margin:16px 15px 0 15px; display: inline-block; cursor: pointer;}

/*提现弹窗*/
.withdrawalbtn_con{ width: 496px; margin: 20px auto 0;padding-bottom: 20px;}
.withdrawalbtn_con .withdrawal_xinxi{margin-top: 20px;}
.withdrawalbtn_con .withdrawal_xinxi label{ color: #303133; font-size: 16px; width: 110px; padding: 0; text-align: left; line-height: 38px;}
.withdrawalbtn_con .withdrawal_xinxi label .colred{margin-right: 5px;}
.withdrawalbtn_con .withdrawal_xinxi .withdrawal_submit{ display: block;width: 100%; background-color:#5294F9; text-align: center; color: #fff; height: 40px; line-height: 40px; margin-top: 25px; border-radius: 2px;cursor: pointer;}
.withdrawalbtn_con .explain{margin-top: 0px;line-height: 25px;}
.withdrawalbtn_con .getYTzCode{width: 100px;background: #5294F9;border-radius: 2px; color: #fff; height: 38px; line-height: 38px;text-align: center;}
.radio_tax{position: relative;}
.radio_tax .tips{position: absolute;bottom:26px; background: rgba(0, 0, 0, 0.85); color: #fff; font-size: 12px;padding: 8px; display: none;}
.radio_tax .tips1{left:0;}
.radio_tax .tips2{right: 0;width: 70%;}
.radio_tax .layui-form-radio{padding-right: 0;}
.radio_tax .layui-form-radio>i{font-size: 16px;}
.radio_tax .layui-form-radio>i:hover,.radio_tax .layui-form-radioed>i{color:#5294F9; }
.ques{width: 15px; height: 15px;  background: #C0C4CC; border-radius: 50%; display: inline-block; float: right; margin-top: 13px; color: #fff; text-align: center; font-size: 12px;}
.ques:hover{background: #5294F9;}

/*修改密码*/
.edit_pawcon{margin: 24px 16px 0;}
.edit_pawcon .bottom_btn{height: 60px; border-top: 1px solid #F4F6F8; text-align: right; }
.edit_pawcon .bottom_btn .edit_del{ color: #A7AFBC; cursor: pointer;}
.edit_pawcon .bottom_btn .edit_btn{ width: 100px; height: 32px; line-height: 32px;background-color: #5294F9; border-radius: 2px; color: #fff; text-align: center; margin:16px 0px 0 15px; display: inline-block; cursor: pointer;}
.edit_pawcon .getYTzCode{width: 100px;background: #5294F9;border-radius: 2px; color: #fff; height: 38px; line-height: 38px;text-align: center;}

/*绑定手机弹窗*/
.bind_phonecon{margin: 24px 16px 0;}
.bind_phonecon .bind_getYTzCode{width: 100px;background: #5294F9;border-radius: 2px; color: #fff; height: 38px; line-height: 38px;text-align: center;}
.bind_phonecon .bottom_btn{height: 60px; border-top: 1px solid #F4F6F8; text-align: right; }
.bind_phonecon .bottom_btn .edit_del{ color: #A7AFBC; cursor: pointer;}
.bind_phonecon .bottom_btn .bind_phone_btn{ width: 100px; height: 32px; line-height: 32px;background-color: #5294F9; border-radius: 2px; color: #fff; text-align: center; margin:16px 0px 0 15px; display: inline-block; cursor: pointer;}


