body,html{
    font-size: 12px;
    background: #f7f7f7;
}
/*昵称部分*/
.my-header-infos{
    margin: 0;
    /*padding: 10px;*/
}
.my-header-infos.card{
    box-shadow:none;
}
.my-header-infos .card-content{
    position: relative;
}
.my-header-infos ul{
    padding: 10px;
    padding-left: 0px;
}
.my-header-infos ul li {
    vertical-align: top;
    display: inline-block;
}
.my-header-infos .card-content-inner{
    /*border-radius: 10px;*/
    background: linear-gradient(90deg,#ea9518,#8177e1); /*颜色渐变*/
    padding: 1.75rem;
    background: url("../img/bg_top2.jpg") no-repeat;
}
.my-header-img {
    width: 60px;
    height: 60px;
    border: 1px solid #999;
    border-radius: 50%;
    overflow: hidden;
}
.my-header-img img {
    max-width: 60px;
    max-height: 60px;
}
.my-header-content {
    width: calc(100% - 100px);
    height: 60px;
    font-size: 12px;
}
.my-header-content div{
    margin-left: 10px;
    margin-top: 13px;
}
.my-header-content p{
    margin: 5px;
    color: #fff !important;
}
.my-header-content .my-level{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px 0 10px;
    height: 16px;
    line-height: 16px;
    margin: 0 3px 0 8px;
    font-size: 10px;
    color: #fff;
    border-radius: 0 12px 12px 0;
    background-color: #9f3838;
}
.my-header-content .my-level::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -10px;
    background: url(../img/user_level.png) no-repeat 0 0;
    background-size: 100px 20px;
    background-position: -80px 0;
}
.my-header-content .my-level::after{
    content: "钻石";
}
.my-header-nickname {
    font-size: 16px;
}
.account-content{
    position: absolute;
    top: 20px;
    right: 25px;
    padding-left: 18px;
    color: rgba(76,0,0,.7);
    background: url(../img/setting.png) no-repeat 0;
    background-size: 18px;
}
.account-content a{
    display: inline-block;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    color:#fff
}
/*订单*/
.order-lists{
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}
.order-lists ul{
    width: 100%;
}
.type-unpay{
    background: url(../img/icon_order_unpay.png) no-repeat center 17px;
}
.type-pack{
    background: url(../img/icon_order_pack.png) no-repeat center 19px;
}
.type-consult{
    background: url(../img/order_aftersale.png) no-repeat center 18px;
}
.type-complete{
    background: url(../img/icon_order_complete.png) no-repeat center 18px;
}
.type-delivery{
    background: url(../img/icon_order_delivery.png) no-repeat center 18px;
}

.order-lists a{
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;/*Safari 6.1 (及更新浏览器) 通过 -webkit-flex 属性支持。*/
    flex: 1;
    padding: 42px 0 12px;

    background-size: 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

/*全部订单*/
.order-lists a span{
    font-size: 12px;
}
.all-order{
    margin: 0px;
}
.list-block .item-inner{
    height: 42px;
    padding-top: 4px;
}
.list-block .item-media+.item-inner{
    margin-left: 15px;
}
.all-order-icon {
    margin-right: 15px;
}
/*全部订单小图标*/
 .all-order-icon i{
    position: absolute;
    top: 11px;
    left: 3px;
     margin-left: 8px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon_order.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.refund-return-icon i{
    position: absolute;
    top: 11px;
    left: 3px;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    background-image: url(../img/refund_return_icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.my-coupon-icon{
    margin-right: 15px;
}
.my-coupon-icon i{
     position: absolute;
     top: 12px;
     left: 3px;
     margin-left: 8px;
     width: 20px;
     height: 20px;
     background-image: url(../img/icon_mycoupon.png);
     background-repeat: no-repeat;
     background-size: 20px 20px;
 }
.my-coupon-code-icon{
    margin-right: 15px;
}
.my-coupon-code-icon i{
    content: '';
    position: absolute;
    top: 9px;
    left: 3px;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon_coupons.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
.my-integral-icon{
    margin-right: 15px;
}
.my-integral-icon i{
    position: absolute;
    top: 12px;
    left: 5px;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    background-image: url(../img/integral-icon.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.list-block{
    margin: 0px;
    margin-top: 15px;
    font-size: 14px;
}
.my-foncus-icon{
    margin-right: 15px;
}
.my-foncus-icon i{
    position: absolute;
    top: 11px;
    left: 3px;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/iconfont-focus.png);
    background-size: 20px 20px;
}
.my-history-icon{
    margin-right: 15px;
}
.my-history-icon i{
    position: absolute;
    top: 11px;
    left: 3px;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url(../img/icon_history.png);
    background-size: 20px 20px;
}


/*购物车标识样式*/
.cart-remark{
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    color:red;
    font-weight: bold;
    width:100px;
}

@media (max-width: 375px) {

    .my-header-infos .card-content-inner{
        padding: 35px;
        background-size: cover;
    }
}

@media (max-width: 320px) {
    .my-header-infos .card-content-inner{
        padding: 25px;
    }
}
/*底部公共导航*/