header {
    width: 7.5rem;
    height: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../images/icon/mine_bg.png) no-repeat;
    background-position-y: -.2rem;
    background-size: 100% auto;
}

.userInfo {
    position: absolute;
    width: 5rem;
    left: 2.3rem;
    top: .3rem;
    text-align: left;
}

.userInfo img {
    width: .65rem;
    height: auto;
}

.logo-home {
    position: static;
    text-align: center;
}

.head {
    position: relative;
    width: 7.5rem;
    height: 3.1rem;
    overflow: visible !important;
    padding-top: .14em;
    text-align: center;
    background: url(../images/icon/mine_bg.png) no-repeat center;
    background-size: 100% auto;
}

.cut_box {
    width: 7.5rem;
    height: .2rem;
    background: #f6f6f6
}

.userImg {
    overflow: hidden;
    text-align: center;
}

.userImg>img {
    position: absolute;
    left: .56rem;
    top: -.3rem;
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: .1rem;
}

.userExit {
    position: absolute;
    width: .32rem;
    height: .32rem;
    right: .32rem;
    top: .4rem;
}

.userExit a {
    width: .32rem;
    height: .32rem;
    display: inline-block;
    background: url(../images/icon/my-exit.png) no-repeat;
    background-size: 100% 100%;
}

.my_money {
    position: absolute;
    width: 6.9rem;
    top: 1.5rem;
    height: 1rem;
    background: white;
    border-radius: 5px;
    margin: 0 auto;
    display: flex;
    overflow: visible;
}

.my_money div {
    display: inline-block;
    width: 50%;
    background: url('/images/icon3/qb2.png') no-repeat;
    background-size: .6rem .6rem;
    background-position: .6rem center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.my_money div:last-child {
    background-image: url('/images/icon3/jf8.png');
}


.my_money div span {
    display: block;
    margin-left: 1.4rem;
    text-align: left;
    letter-spacing: 1px;
}

.my_money div span:last-child {
    letter-spacing: normal
}

.menu {
    width: 7.5rem;
    height: 1.1rem;
    display: flex;
}

.menu_logo {
    width: .7rem;
    margin-left: .2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	border-bottom: 1px solid rgb(245 239 239);

}

.menu_logo>img {
    width: .6rem;
    height: .6rem;
}

.btn {
    width: 6.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgb(245 239 239);
    background: url(../images/icon/right.png) no-repeat center;
    background-size: .14rem .24rem;
    background-position-x: 95%;
}

.btn a {
    width: 100%;
    line-height: 1rem;
    color: rgb(51, 51, 51)
}

.userImg {
    height: 2.54rem;
    overflow: visible !important;
}

.my_money div a {
    /* border-left: 1px solid #eee; */
}
.cut_line{
    width: 1px;
    height: .4rem;
    background: rgb(245 239 239);
    margin-top: .35rem;
}

.vip {
    width: 6.9rem;
    margin: 0 auto -5px;
    background: #fff;
    background-size: .6rem auto;
    background-position-x: center;
    border-radius: 5px;
   /* box-shadow: 0 0 .2rem #d2cdd6;  */
}

.vip>img {
    border-radius: 50px;
}

.function {
    height: 1.70rem;
}

.function>div {
    width: 45.5%;
    height: 1.0rem;
    margin-top: .45rem;
    text-align: center;
	font-size:13px;
	background:#F9DFFF;
	border-radius: 5px;
}

/*
.function>div {
    width: 45%;
    height: 1.1rem;
    margin-top: .45rem;
    text-align: center;
	font-size:13px;
	background:#FFF;
	border-radius:5px;
	border:1px solid #FFACD1;
}
*/

.function>div img {
    width: .82rem;
    height: auto;
    margin-bottom: .1rem;
}

.no_border {
    border-bottom: none !important;
}
.agent_text{
    float:right;
    letter-spacing: 1px;
    margin-right: .65rem
}
