/* pages/my/my.wxss */
@import "../../templates/templates.wxss";
@import "../../pages/css/modal.wxss";
.icon-shezhi {
    position: absolute;
    right:30rpx;
    top:30rpx;
    color: #ffffff;
    font-size: 50rpx;
}
.icon-vip {
    position: absolute;
    top:51rpx;
    left:163rpx;
    color:#E1C8AF;
    font-size:34rpx;
}
.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;
}
.sex-icon {
    position: absolute;
    top:100rpx;
    left:100rpx;
    width: 40rpx;
    height: 40rpx;
}
.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: url('https://wx.qlogo.cn/mmopen/vi_32/qbkUYBgicOL3TJP6qib3QujnHriajUj69EmQObVQsrbaIEiadmhz1FSdXAH9A0Db5TFMIlNSQYS35X1ON9GVlmkiaeg/132');*/
    /*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);
    background-color: #CCCCCC;
}
.gray-bg {
    background-color: #CCCCCC;
}
.banner_img {
    z-index:-1;
    width: 100%;
    height: 100%;
}
/*.margin {*/
    /*width: 50%;*/
    /*height: 314rpx;*/
    /*padding: 40rpx;*/
    /*position: absolute;*/
    /*top:0rpx;*/
    /*left:0rpx;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/
.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;
}
.head-box .left .class-box .change-yin {
    background-color: #CCCCCC;
}
.head-box .left .class-box .change-mu {
    background-color: #896A4F;
}
.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;
}

/*弹框样式*/
.modal_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0,0,0,0.3);
}
.input-box {
    width: 80%;
    /* height: 1100rpx; */
    background: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index:999;
    position: fixed;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 46rpx 78rpx;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40rpx;
}
.input-box image {
    width: 110rpx;
    height: 110rpx;
    border-radius: 50%;
    margin-bottom: 34rpx;
}
.input-box .title {
    color: #333333;
    font-size: 36rpx;
    margin-bottom: 16rpx;
}
.input-box .tips {
    color: #333333;
    font-size: 24rpx;
    margin-bottom: 26rpx;
}
.input-box .answer-btn {
    width: 100%;
    height: 66rpx;
    background-color: #323232;
    border-radius: 6rpx;
    color: #E2C8B1;
    font-size: 30rpx;
    text-align: center;
    line-height: 66rpx;
    margin-top: 16rpx;
}
.score-box {
    height:696rpx;
    /* top:68%; */
    background-image: url('http://qiniuyun.wmatchrd.com/dsdfhgfhfdh@2x.png');
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: transparent;
    border-radius: 0;
    /* top:29%; */
}
.score-box .gold-img {
    width: 212rpx;
    height: 212rpx;
    margin-top: -56rpx;
    margin-bottom: 0;
}
.share-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.share-box .close, .share-box .share {
    width: 200rpx;
    height: 66rpx;
    margin-top: 0;
}
.share-box .close {
    margin-right: 20rpx;
}
.share-box .share {
    padding: 0;
}
.share-box .share::after {
    border:0;
}
.score-box .share-text {
    margin: 56rpx 0 26rpx 0;
}
.score-box .text {
    margin-bottom: 10rpx;
    font-size: 36rpx;
    color:#343434;
}
.score-box .img {
    width: 106rpx;
    height: 106rpx;
}
.margin {
    margin-top: 30rpx;
}
.normal-box {
    height: 540rpx;
    background-image: url('http://qiniuyun.wmatchrd.com/safsfdsghk@2x.png');
}
.normal-box .close-btn {
    margin-top: 52rpx;
}