header {
    position: relative;
    width: 7.5rem;
    height: 45px;
	line-height:45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f2f2f2;
	border-bottom:1px solid #eee;
	font-size:16px;
}

.logo-home {
    position: static;
    text-align: center;
}

.backBtn {
    position: absolute;
    left: 0;
    background: url(/css/back.svg?t=123.123) no-repeat center center;
    background-size: 20px 20px;
    width: 50px;
    height: 20px;
    top: 12px;
}

.backBtn a {
    display: block;
    width: 100%;
    height: 100%;
}

.info_card {
    position: relative;
    width: 6.9rem;
    height: 3rem;
    background: url(/images/icon/my-integral-bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0.2rem auto 1.18rem;
    border-radius: .2rem;
    overflow: hidden
}

.info_card_type {
    position: absolute;
    width: 1.22rem;
    height: .46rem;
    right: 0;
    top: .3rem;
}

.info_card_type img {
    width: 1.22rem;
    height: .46rem;
}

.money {
    width: 3.05rem;
    margin: 0 auto;
    text-align: center;
    margin-top: .64rem;
    letter-spacing: 1px
}

.money_function {
    width: 6.9rem;
    height: .56rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
}

.money_function div {
    display: inline-block;
    height: .56rem;
    line-height: .56rem;
    width: 3.4rem;
    background: rgba(0, 0, 0, .2);
    opacity: .6;
    letter-spacing: .03rem;
}

.money_function_active {
    opacity: 1!important;
}

.bg {
    padding: 0 .22rem;
}

.title {
    margin-bottom: .26rem;
}

.point {
    display: inline-block;
    height: .12rem;
    width: .12rem;
    border-radius: 50%;
    background-color: #ff5464;
    margin-right: .12rem;
    margin-bottom: .06rem;
}

.money_input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: .76rem;
    width: 7.16rem;
    margin-left: .12rem;
    border-top: .02rem solid rgb(238,238,238);
    /* border-bottom: .02rem solid rgb(238,238,238); */
    overflow: hidden;
    box-sizing: border-box;
}
.bg .money_input:last-child{
      border-bottom: .02rem solid rgb(238,238,238);
}
.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;
    width: 7rem;
    height: .76rem;
    line-height: .76rem;
    outline: none;
    background: transparent;
    border: none;
    outline: medium;
}

.money_input input:focus {
    border: none
}

.bg2 {
    margin-top: .56rem;
}

.bg2 label {
    position: relative;
    display: flex;
    width: 90%;
    height: .76rem;
    line-height: .76rem;
    align-items: center;
	font-size:13px;
	font-weight:500;
}

.bg2 label::after {
    position: absolute;
    display: inline-block;
    right: .22rem;
    top:.22rem;
    content: "";
    width: .33rem;
    height: .33rem;
    border-radius: 50%;
    border: 1px solid rgb(219, 219, 219);
    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: rgb(252,80,89)!important;
    border-color: rgb(252,80,89)!important
}

.bg2 input {
    /* width:.32rem;
    height: .32rem; */
    display: none;
}

.payNow {
    width: 90%;
    height: .82rem;
    line-height: .90rem;
    text-align: center;
    margin: .6rem auto 0;
    border-radius: .82rem;
}

.payNow input {
    border: none;
    background: none
}

.mine_account_pay_detail_page .info_card {
    height: 1.36rem;
    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 {
    width: 40%;
    text-align: center;
    letter-spacing: 1.5px
}

.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 {
    height: 1.26rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.pay_record_list_info {
    width: 78%;
    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: 22%;
    color: rgb(255, 51, 102);
    text-align: left;
}
.money_input{
    font-size: .28rem;
    font-weight: 500;
    color: rgb(51, 51, 51);
}
/* 绑定银行卡 */

.bind_bankcard_page form {
    width: 7.1rem;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.bind_bankcard_page form>div {
    display: flex;
    flex-direction: row;
    width: 7.1rem;
    height: 1rem;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.bind_bankcard_page form>div span {
    display: inline-flex;
	white-space:nowrap;
    width: 100%;
    text-align: left;
    color: rgb(51, 51, 51);
    font-size: .26rem;
    text-indent: 6%;
}

.bind_bankcard_page form>div input {
    border: none;
    width: 75%;
    outline: none;
    font-size: .26rem
}

.bind_bankcard_page form>div select {
    border: none;
    width: 75%;
    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: 7.1rem;
    height: .82rem;
    border: none;
    outline: none;
    text-align: center;
    background: linear-gradient(to right, rgba(114,68,255,0.75), rgba(250,101,197,0.94));
    margin-top: 0.6rem;
    border-radius: 50px;
	font-weight:600;
}

/* 充值vip */

.mine_buyvip_page .info_card {
    height: 1rem;
    margin-bottom: .2rem;
    background-size: 100% auto;
    background-image: url(/images/icon/my-buyvip-levelbg.png)
}

.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;
}

  /*底部导航*/
.mkty-bottom-menu{position: fixed;height:50px; bottom:0px; left:0;width: 100%;background-color: #fcfcfc;border-top:1px solid #f0f0f0;overflow: hidden;z-index: 9;-webkit-transition:bottom 0.4s;}
.mkty-bottom-menu ul{padding: 0 2px;color:#888;font-size: 16px;}
.mkty-bottom-menu .btmm-item{float: left;width: 20%;}
.mkty-bottom-menu .btmm-item .mktybm-pmt{position: relative;}
.mkty-bottom-menu .btmm-item .mktybm-pmt-dot{position: absolute;top:3px;right:-1px;width: 8px;height: 8px; background-color: #f30;border-radius: 5px;}
.mkty-bottom-menu .btmm-item a{display: block;padding-top: 6px;padding-bottom: 5px;}
.mkty-bottom-menu .btmm-item .btmm-icon{display: block; font-size: 21px;text-align: center;line-height: 25px;color:#6d6d6d;}
.mkty-bottom-menu .btmm-item .btmm-txt{display: block;font-size: 12px;text-align: center;line-height: 12px;color:#6d6d6d;}
.mkty-bottom-menu .btmm-item.active .btmm-icon{color:#f46;}
.mkty-bottom-menu .btmm-item.active .btmm-icon.btmm-big .mktyiconfont{color:#fff;display:inline-block;line-height: 38px;font-size: 30px; width: 80%;border-radius: 20px;background-color: #53b0f2;}
.mkty-bottom-menu .btmm-item.active .btmm-txt{color:#f46;}