/* pages/my/my.wxss */
@import "../../templates/templates.wxss";
@import "../../pages/css/modal.wxss";
.login-box {
    width: 100%;
    height: 300rpx;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-box button {
    width: 400rpx;
    height: 80rpx;
    line-height: 80rpx;
    font-size: 30rpx;
    color:#666666;
    background-color: #ffffff;
}
.login-box button::after {
    border:0;
}
.head-box {
    position: relative;
}
.head-box .head {
    width: 100%;
    height: 314rpx;
    background-image: url('http://pic.97uimg.com/back_pic/20/15/11/05/f87b770c518ed891c289e9c3ee1f2d80.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-filter: blur(2rpx); /* Chrome, Opera */
    -moz-filter: blur(2rpx);
    -ms-filter: blur(2rpx);
    filter: blur(2rpx);
}
.left {
    position: absolute;
    top:65%;
    left:102rpx;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.head-box .left .class-box {
    display: flex;
    flex-direction: column;
    margin-top: -10rpx;
    align-items: center;
}
.head-box .left .class-box image {
    width: 50rpx;
    height: 64rpx;
    margin-bottom: 10rpx;
    /*-webkit-filter: blur(10px); !* Chrome, Opera *!*/
    /*-moz-filter: blur(10px);*/
    /*-ms-filter: blur(10px);*/
    /*filter: blur(10px);*/
}
.head-box .left .class-box text {
    width: 36rpx;
    height: 15rpx;
    text-align: center;
    line-height: 15rpx;
    /*padding: 6rpx 10rpx;*/
    background-color: #E2C8B1;
    color: #ffffff;
    font-size: 10rpx;
    border-radius: 4rpx;
}
.user-img {
    position: absolute;
    top:40rpx;
    left:40rpx;
    width: 173rpx;
    height: 173rpx;
    border-radius: 50%;
}
.head-box .right {
    position: absolute;
    top: 13%;
    left: 250rpx;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ffffff;
 }

.head-box .right .name {
    font-size: 34rpx;
    margin-bottom: 6rpx;
}

.head-box .right .area {
    font-size: 28rpx;
    display: flex;
    align-items: center;
    margin-bottom: 32rpx;
}
.head-box .right .area .iconfont {
    color: #ffffff;
    font-size: 34rpx;
    margin-right: 6rpx;
}
.head-box .right .qian {
    font-size: 24rpx;
}
.menu-box {
    display: flex;
    flex-direction: column;
    padding: 0 36rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-box {
    display: flex;
    align-items: center;
    border-bottom: 1rpx solid #f2f2f2;
    /* justify-content: space-between; */
}
.button {
    margin: 0;
    padding: 0;
    line-height: normal !important;
    background-color: #fff;
    border:0;
}
.button::after {
    border:0;
    line-height: 0;
}
.icon-money {
    width: 52rpx;
    height: 52rpx;
    margin-right: 42rpx;
}
.icon-safety {
    width: 50rpx;
    height: 46rpx;
    margin-right: 42rpx;
}
.icon-authentication {
    width: 54rpx;
    height: 48rpx;
    margin-right: 36rpx;
}
.icon-address {
    width: 48rpx;
    height: 42rpx;
    margin-right: 42rpx;
}
.icon-customer {
    width: 52rpx;
    height: 50rpx;
    margin-right: 38rpx;
}
.icon-walker {
    width: 38rpx;
    height: 40rpx;
    margin-right: 40rpx;
}
.btn-box .right {
    display: flex;
    align-items: center;
    flex:1;
    padding: 32rpx 0;
    justify-content: space-between;
}
.btn-box .right .text {
    color: #252729;
    font-size: 28rpx;
}
.btn-box .right .arrow {
    width: 14rpx;
    height: 26rpx;
}