body {
    background-color: #f8f8f8;
    background-size: 100%;
}

.yhBack {
    background-image: url("../Images/mybg3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: -5px;
    position: relative;
    z-index: 3;
    /*border-radius: 10px;*/
    /*border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;*/
    padding: 20px 10px;
    color: #333;
    height: 150px;
}

.mymain {
    margin: 10px 0;
    padding-bottom: 60px;
}

.myheard {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .myheard .myheardIcon {
        display: flex;
        flex-direction: row;
        padding-top: 10px;
    }

        .myheard .myheardIcon .mylogo {
            width: 50px;
            height: 50px;
            background: #fff;
            border-radius: 8px;
            padding: 2px;
        }

        .myheard .myheardIcon .myname {
            font-size: 16px;
            color: #fff;
            font-weight: 700;
        }

    .myheard .mytxt {
        display: flex;
        flex-direction: row;
    }

        .myheard .mytxt .mytxtval {
            background-color: #3b3630;
            /*border: 1px solid #000;*/
            color: #efdec2;
            font-size: 12px;
            margin-right: 10px;
            border-radius: 12px;
            padding: 5px 15px;
            margin-top: 2px;
        }

    .myheard .myset {
        display: block;
        width: 25px;
        height: 25px;
        background-image: url(../Images/myset.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }


.myheardtotal {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .myheardtotal .myheardtotaldata .myheardtotaldataval {
        font-size: 20px;
        color: #fff;
        text-align: center;
    }

    .myheardtotal .myheardtotaldata .myheardtotaldatatitle {
        opacity: .75;
        font-size: 12px;
        color: #fff;
        text-align: center;
    }

.myheardlevel {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.myheardlevel-1 {
    position: absolute;
    bottom: 0;
    left: 3%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 94%;
    height: 40px;
    color: #fff;
    background-image: url('../Images/mynews.png');
    background-size: cover;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -2px 8px 0 rgba(0,0,0,.2);
}

    .myheardlevel-1 .name {
        display: block;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-left: 10px;
        overflow: hidden;
        font-size: 12px;
        line-height: 40px;
        white-space: nowrap;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #ffdea0;
    }

        .myheardlevel-1 .name--vip:before, .myheardlevel-1 .name:before {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-right: 5px;
            vertical-align: -1px;
            background-size: cover;
            content: " ";
        }

    .myheardlevel-1 .become-member, .myheardlevel-1 .level {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 10px;
        font-size: 12px;
        line-height: 12px;
    }

        .myheardlevel-1 .become-member .van-icon, .myheardlevel-1 .level .van-icon {
            margin-left: 2px;
            font-size: 12px;
        }


    .myheardlevel-1 .name:before {
        background-image: url(../Images/news.png);
    }

.van-icon, .van-icon:before {
    display: inline-block;
}

.van-icon {
    font-family: vant-icon,vant-icon-custom !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.van-icon-arrow:before {
    background-image: url('../Images/jiantou.png');
}





.main:after {
    display: block;
    content: '.';
    height: 50px;
    visibility: hidden;
}

.slide-right-enter-active {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

.slide-left-leave-active {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
}



.zent-design-preview-controller {
    min-height: 10px;
}

.zent-design-preview-controller {
    /*position: relative;*/
    box-sizing: border-box;
    border: 0;
}

.rc-design-react-preview, .rc-design-vue-preview {
    /*position: relative;
    overflow: hidden;*/
}

/*.rc-design-react-preview:before, .rc-design-vue-preview:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }*/

.member-center__order {
    width: 94%;
    margin: 0 auto 10px;
    background: #fff;
    border-radius: 5px;
}

    .member-center__order .van-cell {
        height: 40px;
        padding: 10px;
        border-radius: 5px;
    }

.van-cell {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    box-sizing: border-box;
    line-height: 24px;
    position: relative;
    background-color: #fff;
    color: #323233;
    font-size: 14px;
    overflow: hidden;
}

.van-cell__title, .van-cell__value {
    -ms-flex: 1;
    flex: 1;
}

.member-center__order .van-cell__title {
    color: #111;
    font-weight: 700;
    font-size: 14px;
}

.van-cell__value {
    color: #999;
    font-size: 12px;
}

.van-cell__value {
    color: #969799;
    overflow: hidden;
    text-align: right;
    position: relative;
    vertical-align: middle;
}

    .van-cell__value a {
        color: #969799;
    }

.van-icon {
    font-family: vant-icon,vant-icon-custom !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.van-cell__right-icon {
    color: #969799;
}

.van-cell__left-icon, .van-cell__right-icon {
    height: 20px;
    min-width: 1em;
    font-size: 16px;
    line-height: 20px;
}

.van-tabbar--fixed {
    position: relative;
    width: 98%;
    padding: 20px 0;
    border-radius: 5px;
}

.van-tabbar {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

.van-tabbar-item--active {
    color: #1989fa;
}

.van-tabbar-item {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    font-size: 12px;
    color: #7d7e80;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.van-tabbar-item__icon {
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
}

.member-center__order .van-tabbar--fixed .van-icon {
    color: #333;
    font-size: 24px;
}


    .member-center__order .van-tabbar--fixed .van-icon img {
        width: auto;
        height: 28px;
    }

.van-tabbar-item .van-info {
    margin-top: 2px;
}

.van-cell:not(:last-child):after {
    content: " ";
    position: absolute;
    box-sizing: border-box;
    left: 15px;
    right: 0;
    bottom: 0;
    transform: scaleY(.5);
    border-bottom: 1px solid #ebedf0;
}

.classic-group {
    width: 94%;
    margin: auto;
}

.classic-group__item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.classic-group__item:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.classic-group__item {
    position: relative;
    overflow: hidden;
}

.classic-group .van-cell__left-icon {
    margin-right: 10px;
    color: #333;
}

.classic-group .van-cell__left-icon {
    margin-top: -2px;
    margin-right: 10px;
    color: #333;
}

.van-icon {
    font-family: vant-icon,vant-icon-custom !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.classic-group__item .van-icon--image img {
    margin-top: 3px;
    width: 18px;
}

.classic-group__item .classic-group__item:after {
    position: absolute;
    top: -1px;
    left: 15px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    transform: scaleY(.5);
    content: "";
}


.van-info {
    position: absolute;
    right: 0;
    top: -8px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: PingFang SC,Helvetica Neue,Arial,sans-serif;
    text-align: center;
    box-sizing: border-box;
    padding: 0 3px;
    min-width: 16px;
    line-height: 14px;
    border: 1px solid #fff;
    border-radius: 16px;
    background-color: #f44;
    transform: translateX(50%);
    transform-origin: 100%;
}

.member-center__order .van-tabbar--fixed .van-tabbar-item__text {
    margin-top: 5px;
    color: #111;
}




.classic-group__item:after {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    transform: scaleY(.5);
    content: "";
}

.classic-group__item:first-child:after {
    top: -1px;
    border-bottom:none;
}

.classic-group__whitespace {
    height: 10px;
}


.zent-design-preview-controller {
    /*position: relative;*/
    box-sizing: border-box;
    border: 0;
    min-height: 10px;
}


/*.rc-design-react-preview:before, .rc-design-vue-preview:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }*/

.member-center__stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: 94%;
    height: 72px;
    margin: -35px auto 10px;
    background: #fff;
    border-radius: 5px;
}

.member-center__stats__item {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    line-height: 22px;
    text-align: center; 
}

    .member-center__stats__item:not(:last-child):after {
        position: absolute;
        z-index: 1;
        top: 10px;
        right:0; 
        width: 1px;
        height: 25px;
        background: #d3d3d3;
        content: "";
    }

.member-center__stats__item__value {
    position: relative;
    display: inline-block;
    color: #111;
    font-size: 16px;
}

    .member-center__stats__item__value i {
        font-weight: normal;
        font-size: 12px;
    }

.member-center__stats__item__title {
    margin-top: 4px;
    color: #999;
    font-size: 12px;
    font-weight: normal;
}








.home-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    text-align: center;
    margin: 10px;
    padding-bottom: 5px;
    background-color: #fff;
    border-bottom: 10px solid #FAFAFA;
    padding: 20px 0;
    border-radius: 5px;
}

    .home-nav img {
        height: 38px;
        width: 38px;
        margin-bottom: 5px;
    }

.home .home-nav img {
    margin-bottom: 5px;
    width: 40px;
}

.antd-pro-app-src-pages-store-home-index-homeTitle {
    font-size: 16px;
    font-family: Helvetica;
    margin: 18px 8px 10px 10px;
    color: #222;
}

@media only screen and (max-width: 320px) {
}

.f-60 {
    font-size: 3.8em;
}

.weui-search-bar__box .weui-icon-search {
    line-height: 18px;
}

.weui-search-bar__box {
}


.moneybtn {
    width: 65px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ab7a4c;
    margin-left: 10px;
    color: #ab7a4c;
}

.moneybtncz {
    color: #fff;
    background: #ab7a4c;
}

.wy-center-top {
    background: url(../images/mybg2.png) no-repeat scroll 0 0/cover;
    height: 115px;
}

.weui-cell__ft:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    position: relative;
   
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
}
.weui-media-box__title {
    padding-bottom:5px;
}
.user-grade {
    font-size: 12px;
    background: rgba(0,0,0,.16);
    color: #fff;
    border-radius: 12px;
    padding: 2px 15px;
    margin-top: 5px;
}