﻿#maincontent {
    display: flex;
    /*padding-top: 20px;*/
}

/*个人信息*/
.m-userinfo {
    position: relative;
    /*padding: 20px;*/
    overflow: auto;
    background: #fff;
    border-radius: 10px;
}

.m-user {
    background: #fff;
}

.m-baseinfo {
    padding: 20px;
}

.m-userinfo .s-name {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-style: normal;
}

.m-userinfo .fshbig {
    font-size: 20px;
    color: var(--core-color);
    font-weight: 700;
}

.m-userinfo .fshcor {
    margin-top: 5px;
    font-size: 13px;
    color: #333333;
}

.m-userinfo .fshalink {
    margin-top: 5px;
}

.m-userinfo .fshalink a {
    color: var(--core-color);
    font-size: 13px;
}

.m-userinfo .fshalink i {
    margin: 0 5px;
    color: #ccc;
}

.m-userinfo .atx {
    display: block;
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 15px;
    margin-top: -5px;
}

.m-userinfo .atx img,
.m-userproperty i img {
    width: 100%;
    height: 100%;
}

.vip1 {
    /* margin-left: 5px; */
    display: inline-block;
    width: 40px;
    height: 16px;
    background-size: 100%;
}

a.i-trigger {
    cursor: pointer;
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 10px;
    text-align: center;
}

.m-new {
    position: absolute;
    right: 5%;
    top: 35px;
    z-index: 22;
}

.am-icon-bell-o {
    margin-right: 10px;
}

/*特权*/
.m-privilege {
    overflow: hidden;
    margin: 20px 0;
    background: #fff;
    border-radius: 10px;
}

.m-privilege .m-privilege-warp {
    padding: 10px;
    display: block;
    overflow: hidden;
}

.m-privilege .m-privilege-warp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.m-privilege .m-privilege-warp li {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    background: linear-gradient(242deg, #dfeeff 0%, #f7fcff 100%);
    margin: 0px 20px 20px 20px;
    border-radius: 10px;
    display: flex;
    padding: 20px;
}

.m-privilege .m-privilege-warp li img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-left: 15px;
}

.m-privilege .m-privilege-warp li span {
    font-size: 16px;
    line-height: 34px;
    color: #000;
}

.m-privilege .m-privilege-warp li em {
    font-size: 16px;
    color: var(--core-color);
    font-style: normal;
}

/*订单*/
.m-order {
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*max-width: 900px;*/
}

.m-order .m-order-warp {
    padding: 15px;
    display: block;
    overflow: hidden;
}

.m-order .m-order-warp ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.m-order .m-order-warp li {
    flex: 1;
    text-align: center;
    position: relative;
}

.m-order .m-order-warp li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40%;
    width: 1px;
    background-color: #e3e3e3;
}

.m-order .m-order-warp li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    padding: 10px;
}

.m-order .m-order-warp li a span {
    font-size: 14px;
    line-height: 2;
}


.m-order .m-order-warp li img {
    width: 50px;
    height: 50px;
    position: relative;
}

.m-order .m-order-warp .m-num {
    display: none;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--core-color);
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    text-align: center;
}

.m-order .m-order-warp li img {
    position: relative;
}

.m-order .m-order-warp li .m-num {
    display: block;
    position: absolute;
    top: 0;
    right: calc(42% - 15px);
    font-style: normal;
    font-size: 12px;
}

.m-order .avieworder {
    float: right;
    font-size: 14px;
    color: #333;
}

/*浏览记录*/
.m-view {
    overflow: hidden;
    background: #fff;
    margin: 20px 0;
    border-radius: 10px;
}


.s-bar {
    position: relative;
    padding: 10px 20px 5px;
    border-bottom: none;
    align-items: center;
}

.s-bar h2 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.s-bar .morelink {
    font-size: 14px;
    color: #999;
}

/*积分兑换*/
.my_integral {
    padding: 0 25px;
}

.my_integral .integralhead {
    margin: 20px 0px;
}

.my_integral .integralhead .scoreleft {
    display: flex;
}

.my_integral .integralhead .scoreleft img {
    width: 50px;
    display: inline-block;
}

.my_integral .integralhead .scoreleft h2 {
    line-height: 50px;
    margin-left: 10px;
    color: var(--core-color);
    font-size: 30px;
}

/*收货地址*/
.my_address {
    padding: 30px 30px;
}

/*订单详情*/
.m-orderList {
    padding: 25px;
}

/* 重写部分样式 */
/* 上半部分容器 */
.top-section {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

/* 上半部分左边 */
.top-left {
    width: 40%;
    border-radius: 8px;
    padding: 15px;
    flex-direction: column;
    align-items: center;
}

.top-left a.atx img {
    max-width: 100%;
    height: auto;
}

.top-left em.s-name {
    margin-top: 5px;
}

.top-left span {
    margin-top: 5px;
}

.top-left p {
    margin-top: 5px;
}

/* 上半部分右边 */
.top-right {
    width: 440px;
    height: 120px;
    background-size: contain;
    position: relative;
}

.top-right .name {
    position: absolute;
    top: 40px;
    left: 20px;
    font-size: 18px;
    color: #000;
}

.top-right .nameorinfo {
    position: absolute;
    top: 75px;
    left: 20px;
    font-size: 13px;
    width: 325px;
    overflow: hidden;
    display: flex;
}

.top-right .nameorinfo p {
    margin-right: 8px;
    font-size: 13px;
    color: #000;
}

.top-right .nameorinfo p a {
    color: #000;
}

.top-right .nameorinfo p i {
    margin-right: 3px;
    font-size: 14px;
    color: #000;
}

.top-right .img {
    position: absolute;
    right: 13px;
    width: 75px;
    height: 75px;
    top: 25px;
    padding: 4px;
    background: #fff;
    border-radius: 5px;
}

/* 下半部分容器 */
.bottom-section {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 10px;
}

/* 下半部分每个部分 */
.bottom-item {
    width: calc((100% - 60px) / 3);
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.bottom-item p.fshbig {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.bottom-item p.fshcor {
    color: #666;
}

/*重写样式*/
body {
    background: #eee !important;
}

main.content-ligit {
    /* margin: 0 auto !important; */
}

.member-status-item {
    /* width: 120px; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;

    .audit-log {
        text-align: right;
        margin-bottom: 10px;
    }
}

.member-status-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    .btn-action {
        margin-top: 5px;
    }
}


.m-userInfoForm {
    display: flex !important;
}

.invoice-box {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.w-button {
    width: 150px !important;
}
