header {
    position: relative;
    width: 7.5rem;
    height: .82rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f2f2f2
}

.bg_none {
    background: none !important;
}

.logo-home {
    position: static;
    text-align: center;
    letter-spacing: 1px;
}

.backBtn {
    position: absolute;
    left: 0;
    background: url(../images/icon/backBtn.png) no-repeat center center;
    background-size: .2rem .23rem;
    width: 1rem;
    height: .82rem;
}

.backBtn a {
    display: block;
    width: 100%;
    height: 100%;
}

.header_box {
    overflow: hidden;
    background: url('../img/my-integral-bg.png') no-repeat;
    background-size: 100% auto;
    margin-bottom: .4rem;
    box-shadow: 0 0 20px #F6EBF4;
}

.info_card {
    position: relative;
    width: 7.5rem;
    height: 3.5rem;
    background-size: 100% auto;
    margin: 0 auto .25rem;
    overflow: hidden
}

.info_card_type {
    position: absolute;
    width: 1.22rem;
    height: .46rem;
    right: 0;
    top: .25rem;
}

.info_card_type img {
    width: 1.22rem;
    height: .46rem;
}

.money {
    width: 3.05rem;
    margin: 0 auto;
    text-align: center;
    margin-top: .86rem;
    letter-spacing: 1px
}

.money_function {
    width: 7.5rem;
    height: .9rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
}

.money_function div {
    height: .55rem;
    line-height: .55rem;
    width: 1.8rem;
    background: white;
    opacity: .6;
    letter-spacing: .04rem;
    color: #D58DAD;
    border-radius: .7rem;
}

.money_function_active {
    box-shadow: 0 0 5px #ab8194;
    opacity: 1 !important;
}

.bg {
    padding: 0 .22rem;
}

.title {
    position: relative;
    height: 1rem;
    border-bottom: .02rem solid rgb(238, 238, 238);
}

.point {
    display: inline-block;
    height: .25rem;
    width: .05rem;
    border-radius: 6px;
    background-color: #FF6666;
    margin-right: .12rem;
}

.money_input {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: .76rem;
    overflow: hidden;
    box-sizing: border-box;
}


.border_bottom {
    border-bottom: .02rem solid rgb(238, 238, 238);
}

.money_input_img img {
    height: .5rem;
    margin-right: .18rem;
}

.money_input input {
    border: none !important;
    height: .76rem;
    line-height: .76rem;
    outline: none;
    background: transparent;
    border: none;
    outline: medium;
    text-align: right;
    margin-right: .2rem;
    width: 2rem;
}

.money_input input:focus {
    border: none
}

.bg2 {
    margin-top: .56rem;
}

.bg2 label {
    position: relative;
    display: flex;
    width: 100%;
    height: .76rem;
    line-height: .76rem;
    align-items: center
}

.bg2 label::after {
    position: absolute;
    display: inline-block;
    right: .22rem;
    top: .22rem;
    content: "";
    width: .33rem;
    height: .33rem;
    border-radius: 50%;
    border: 1px solid #FF6666;
    background-size: 100%;
    margin-right: 6px;
    vertical-align: bottom;
    box-sizing: border-box;
}

.pay_active::after {
    /* background: url(../images/icon/checked.png) no-repeat; */
    background: #FF6666 !important;
    border-color: #FF6666 !important;
}

.bg2 input {
    /* width:.32rem;
    height: .32rem; */
    display: none;
}

.payNow {
    width: 90%;
    height: .82rem;
    line-height: .82rem;
    text-align: center;
    margin: 0.6rem auto 0;
    background: #f90;
    border-radius: .82rem;
}

.payNow input {
    border: none;
    background: none
}

.mine_account_pay_detail_page .info_card {
    height: 2rem;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0
}

.bank_card {
    display: none
}

.bank_card_set {
    width: 90%;
    background: url(../images/icon/right.png)no-repeat center;
    background-size: .14rem .24rem;
    background-position-x: 94%;
}

.bank_card_set a {
    width: 100%;
    display: inline-flex;
}

/* 充值记录css */

.mine_account_pay_detail_page .info_card>div {
    margin-top: .rem;
    width: 40%;
    text-align: center;
}

.mine_account_pay_detail_page .info_card>div:first-child {
   /* border-right: 1px solid rgba(255, 255, 255, .7)  */
}

.mine_account_pay_detail_page .pay_record {
    margin-top: .1rem
}

.mine_account_pay_detail_page .bg {
    padding-right: 0;
}

.pay_record_list {
    width: 7rem;
    margin: 0 auto;
    height: 1.32rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.pay_record_list:last-child{
    border: none
}

.pay_record_list_info {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.pay_record_list_info span:first-child {
    margin-bottom: .1rem
}

.number_info {
    width: 20%;
    text-align: right
}

.money_input {
    font-size: .28rem;
    font-weight: 500;
    color: rgb(51, 51, 51)
}

/* 绑定银行卡 */

.bind_bankcard_page form {
    width: 6.9rem;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.bind_bankcard_page form>div {
    display: flex;
    flex-direction: row;
    width: 6.9rem;
    height: 1rem;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #eee
}

.bind_bankcard_page form>div span {
    width: 30%;
    text-align: left;
    color: rgb(51, 51, 51);
    font-size: .26rem;
    text-indent: 5%;
}

.bind_bankcard_page form>div input {
    border: none;
    width: 70%;
    outline: none;
    font-size: .26rem;
    /* text-align: right; */
}

.bind_bankcard_page form>div select {
    border: none;
    width: 70%;
    outline: none;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    font-size: .26rem
}

select[name='bank_name'] option {
    font-size: .26rem
}

.bind_bankcard_page form>div input:focus {
    outline: none
}

.bind_bankcard_page form .saveInfo {
    width: 90%;
    height: .82rem;
    border: none;
    outline: none;
    text-align: center;
    background: #f90;
    border-radius: .9rem;
    margin: .6rem auto 0;
}

/* 充值vip */

.mine_buyvip_page .money {
    width: auto;
    margin-top: 0;
    height: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: .2rem;
}

.payWay {
    width: 2rem;
    border-width: 0 !important;
    border: none !important;
    border: 0;
    background: transparent;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    outline: none !important;
}

.payWay :checked {
    border-width: 0 !important;
    border: none !important;
}

.payWay:focus {
    border-width: 0 !important;
    border: none !important;
}