.cont{ overflow: hidden;}
.mbx{ overflow: hidden;}
.mbx .not{ top: 0px; right: 15px; line-height: 36px;  }
.mbx .not i{ font-style: normal; color: #f00;}

.recharge_wrap{width:760px; height:auto; margin:20px auto ; overflow:hidden;}
.recharge_wrap .rec_box{float:left; padding:27px 0 0; width:356px; height:135px; margin: 0 20px 20px 0; border:1px solid #d3d2d2; overflow:hidden;}
.recharge_wrap .rec_box .inc_wrap{height:60px;}
.recharge_wrap .rec_box .oimg{float:left; width:121px; height:36px; padding-right:8px; margin-top:2px; text-align:center; border-right:1px solid #d3d2d2; overflow:hidden;}
.recharge_wrap .rec_box .oimg img{max-width:100%; height:auto;}
.recharge_wrap .rec_box .oimg .zfb{padding:3px 0;}
.recharge_wrap .rec_box .oimg .yhk{padding:5px 0;}
.recharge_wrap .rec_box .fonts{float:left; padding-left:8px; width:200px; height:auto; overflow:hidden;}
.recharge_wrap .rec_box .fonts strong{font-size:18px; color:#5f5e5e; display:block; overflow:hidden;}
.recharge_wrap .rec_box .fonts em{font-style:normal; font-size:12px; color:#5f5e5e;}
.recharge_wrap .paybutton{height:auto; padding:4px 0 0; overflow:hidden;}
.recharge_wrap .paybutton a{width:96px; height:30px; line-height:30px; float:right; padding-right:13px; display:block; text-align:center; color:#fff; font-size:14px; background:url(../images/pay_button_01.jpg) no-repeat; overflow:hidden;   margin-right: 10px;}



.datainfoWrap{width:760px; height:auto; margin:0 auto; padding:10px 0 0; overflow:hidden;}
.datainfoWrap ul{height:auto; overflow:hidden;}
.datainfoWrap ul li{float:none; max-width:400px; width:400px; height:30px; line-height:30px; overflow:hidden;}
.datainfoWrap ul li label,.datainfoWrap ul li span,.datainfoWrap ul li input{float:left; font-size:14px;}
.datainfoWrap ul li label{}
.datainfoWrap ul li span{}
.datainfoWrap ul li input{
    border: 1px solid #ccc;
    height: 22px;
    line-height: 22px;
    margin: 4px 0 0;
}

#login_btn,#welcomeUser,.signout_button{
    font-size: 20px;
    color: #fff;
    display: block;
    padding-top: 20px;
    float: right;
}
.signout_button{float: none;}

.content_list_dlwrap .content_list{width:500px; margin:0 auto; padding:50px 0 0; height:auto; overflow:hidden;}
.content_list_dlwrap .content_list .content_list_dl{ height:auto; padding-bottom:30px;}
.content_list_dlwrap .content_list .content_list_dl dt,.content_list_dlwrap .content_list .content_list_dl dd{float:left; height:30px; line-height:30px; color:#000; font-size:14px; overflow:hidden;}
.content_list_dlwrap .content_list .content_list_dl dt{width:170px; text-align:right;}
.content_list_dlwrap .content_list .content_list_dl dd{width:320px;}
.content_list_dlwrap .content_list .content_list_dl input{height:28px; line-height:28px; width:200px; border:1px solid #999; border-radius:3px; color:#000;}



.QRCodeBox{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.opacityBg{
    width: 100%;
    height: 100%;
    background-color: #000\9;
    opacity: .6\9;
    filter:alpha(opacity=60)\9;
    background-color: rgba(0,0,0,.6);
}
.QRCode{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 255px;
    height: 255px;
    margin: -170px 0 0 -170px;
    padding: 50px;
    background-color: #fff;
}
.QRCode .code{
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}
.QRCode .close{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/xx.png) no-repeat center center;
    cursor: pointer;
}
