body {
    background: #660000;
}

button {
    background-color: transparent;
    border: none;
}

.wrapper {
    margin: 0 auto;
    width: 7.5rem;
    height: auto;
    background-image: url(https://static.fishtopking.com/images/bancahaithan/recharge/bg.jpg);
    overflow: hidden;
    background-size: 7.5rem 24.62rem;
}

.userInfo {
    margin: 5.5rem auto 0;
    padding: .4rem 0 .2rem;
    width: 96%;
    background: linear-gradient(#FFFAC9, #FFFDEF);
    font-size: .2rem;
    color: #775D56;
    -webkit-border-radius: .18rem;
    border-radius: .18rem;
    text-align: center;
}

.userInfo .userInfo_item {
    font-size: .25rem;
    color: #441111;
}

.userInfo .userInfo_item input {
    margin-left: .2rem;
    padding-left: .2rem;
    padding-right: .5rem;
    width: 5rem;
    height: .67rem;
    background-color: #FFFEF5;
    border: .01rem #EFC6A1 solid;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    box-sizing: border-box;
}

.userInfo .userInfo_item .icoError ,
.userInfo .userInfo_item .icoRight{
    top: 50%;
    right: 1rem;
    width: .43rem;
    height: .44rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/recharge/ico_error.png");
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.userInfo .userInfo_item .icoRight{
    background-image: url("https://static.fishtopking.com/images/bancahaithan/recharge/ico_right.png");
}

.userInfo .tips {
    margin-top: .4rem;
}

.userInfo .icoHelp {
    margin-left: .1rem;
    width: .33rem;
    height: .33rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/recharge/ico_help.png");
}

.rechargeList {
    margin: .3rem auto .2rem;
    padding: .25rem;
    width: 96%;
    border: .02rem #F2B5AF solid;
    background: #FDF0EA;
    -webkit-border-radius: .18rem;
    border-radius: .18rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-sizing: border-box;
    max-height: 16rem;
    overflow-y: auto;
}

.rechargeList_item {
    margin-bottom: .2rem;
    width: 3.14rem;
    height: 2.79rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/recharge/bg_card.png");
}

.rechargeList_item .bonus {
    padding-right: .1rem;
    width: .86rem;
    height: .31rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/recharge/bg_bonus.png");
    color: #fff;
    font-size: .18rem;
    font-weight: bold;
    box-sizing: border-box;
}

.rechargeList_item .award img {
    width: 3.03rem;
}

.rechargeList_item .number {
    position: relative;
    z-index: 1;
    margin: -.5rem auto .2rem;
    width: 1.9rem;
    height: .35rem;
    background: #FFFAE6;
    font-size: .22rem;
    color: #4b1212;
    border-radius: .4rem;
    box-shadow: 0 0 .1rem #FDD579;
}

.rechargeList_item .number .number_original {
    margin-left: .1rem;
    font-size: .16rem;
    text-decoration: line-through;
}

.rechargeList_item .price {
    height: .7rem;
    color: #e84903;
    font-size: .2rem;
}

.rechargeList_item .price .price_num {
    margin-right: .15rem;
    font-size: .28rem;
    font-weight: bold;
}

.footer {
    padding: .2rem .3rem;
    background: #201B1B;
    font-size: .16rem;
    color: #c9bca7;
    line-height: .4rem;
}

.footer .link {
    color: #ffddb2;
    font-weight: bold;
}

.footer .link a {
    color: #ffddb2;
}

.footer .icoFb {
    display: inline-block;
    margin-right: .1rem;
    width: .28rem;
    height: .28rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/recharge/ico_fb.png");
}

.footer button {
    margin-top: .1rem;
    margin-left: -.15rem;
}

.thickdiv{
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.pup {
    padding: .3rem;
    width: 6.2rem;
    border-radius: .36rem;
    border: .02rem #FDFCD5 solid;
    background:
        radial-gradient(60% 55% at 22% 12%,
            rgba(216, 245, 191, 0.85) 0%,
            rgba(216, 245, 191, 0.0) 60%),
        linear-gradient(180deg,
            #F6F294 0%,
            #FFF6DD 60%,
            #FFF2DA 100%);
    z-index: 112;
}
.pup .btnClose{
    left: 50%;
    bottom: -1rem;
    width: .67rem;
    height: .67rem;
    background-image: url("https://static.fishtopking.com/images/bancahaithan/recharge/btn_close.png");
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.pupPayConfirm .rechargeList_item{
    margin: 0 auto;
}
.pupPayConfirm .confirmInfo{
    margin: .2rem auto;
    width: 4.8rem;
    height: 1.7rem;
    background: #FFFEF5;
    border: .02rem #fff488 solid;
    font-size: .26rem;
    color: #5d3919;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-flex-flow: column;
    flex-flow: column;
}
.pupPayConfirm .confirmInfo .confirmInfo_info{
    flex: 1;
    width: 100%;
}
.pupPayConfirm .confirmInfo .conLeft{
    width: 1.4rem;
    text-align: right;
}
.pupPayConfirm .confirmInfo .conRight{
    flex: 1;
    text-align: center;
}
.pupPayConfirm .payTitle{
    margin: 0 auto;
    font-size: .22rem;
    font-weight: bold;
    color: #382e25;
    text-align: center;
}
.pupPayConfirm .payMethod{
    display: block;
    margin: .2rem auto;
    width: 2.4rem;
    height: .75rem;
    color: #562b16;
    font-size: .22rem;
    background: #FFE60F;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
}
.pupPayConfirm .payTips{
   font-size: .2rem;
   color: #a2a2a2; 
   text-align: center;
   line-height: 1.2;
}
.pupPayConfirm .btnConfirm{
    margin: .3rem auto 0;
    width: 90%;
    height: .65rem;
    background: #FFE60F;
    color: #562b16;
    font-size: .3rem;
    font-weight: bold;
    -webkit-border-radius: .05rem;
    border-radius: .05rem;
}


.pupGuide .title{
    font-size: .33rem;
    color: #382e25;
    text-align: center;
    font-weight: bold;
}
.pupGuide .content img{
    width: 5.67rem;
}
.pupGuide .stepItem{
    margin-top: .3rem;
}

.pupConfirm::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6.17rem;
    height: .7rem;
    background: url("https://static.fishtopking.com/images/bancahaithan/recharge/pup_after.png") no-repeat;
    background-size: 100% 100%;
}
.pupConfirm .content{
    height: 3rem;
}
.pup .btnConfirm{
    margin: 0 auto;
    width: 2.4rem;
    height: .72rem;
    background: #FFE60F;
    color: #562b16;
    font-size: .3rem;
    font-weight: bold;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
}

.age{
    top: 1.5rem;
    right: .3rem;
    width: .99rem;
    height: 1.44rem;
    background-image: url(https://static.fishtopking.com/images/bancahaithan/recharge/18_plus.png);
}